Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Convert buttons to links
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 956c69e commit 7591c50
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions components/Navigation.tsx
Expand Up @@ -125,23 +125,22 @@ export default function (props: {
<Spacer />
<Spacer />
<Center gap="1.25rem" whiteSpace="nowrap">
<Button as="a" href="/about" variant="ghost">
<Link href="/about" size="lg">
About Us
</Button>
<Button as="a" href="/team" variant="ghost">
</Link>
<Link href="/team" size="lg">
Our Team
</Button>
<Button as="a" href="/support" variant="ghost">
</Link>
<Link href="/support" size="lg">
Support
</Button>
<Button
as="a"
</Link>
<Link
display={hasMod() ? undefined : "none"}
href="/mod-queue"
variant="ghost"
size="lg"
>
Moderation
</Button>
</Link>
</Center>
<Spacer />
<Spacer />
Expand Down

0 comments on commit 7591c50

Please sign in to comment.