Skip to content

Commit

Permalink
Fix patreon link
Browse files Browse the repository at this point in the history
It was taking it to a bad page
  • Loading branch information
AlexDumo committed Dec 5, 2024
1 parent d62f121 commit 09664d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
social: {
discord: "https://discord.gg/eTsQ98uZzq",
github: "https://github.com/OpenMarch/OpenMarch",
patreon: "https://www.patreon.com/c/openmarch/membership",
patreon: "https://www.patreon.com/c/openmarch",
youtube: "https://www.youtube.com/@OpenMarchApp",
},
editLink: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import ThemeSwitcher from "./ThemeSwitcher.astro";
YouTube
</a>
<a
href="https://www.patreon.com/openmarch/membership"
href="https://www.patreon.com/openmarch"
class="text-body duration-150 ease-out hover:text-accent"
>
Patreon
Expand Down
4 changes: 2 additions & 2 deletions src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Nav() {
Discord
</Button>
</a>
<a href="https://www.patreon.com/openmarch/membership">
<a href="https://www.patreon.com/openmarch">
<Button
variant="secondary"
size="compact"
Expand Down Expand Up @@ -110,7 +110,7 @@ export default function Nav() {
Discord
</a>
<a
href="https://www.patreon.com/openmarch/membership"
href="https://www.patreon.com/openmarch"
className="flex items-center gap-8 text-h4 text-text"
>
Donate
Expand Down

0 comments on commit 09664d8

Please sign in to comment.