Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update mod queue link in nav
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 0fe6c20 commit fb3fa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Navigation.tsx
Expand Up @@ -110,7 +110,7 @@ export default function (props: {
<Link href="/support">Support</Link>
</Button>
<Button variant="ghost">
<Link href="/mdn">Moderation</Link>
<Link href="/mod-queue">Moderation</Link>
</Button>
</Center>
<Spacer />
Expand Down Expand Up @@ -163,7 +163,7 @@ export default function (props: {
<Link href="/about">About Us</Link>
<Link href="/team">Our Team</Link>
<Link href="/support">Support</Link>
<Link href="/mdn">Moderation</Link>
<Link href="/mod-queue">Moderation</Link>
<hr />
<Flex alignItems="center" gap="1rem">
<Avatar display={data.id ? "" : "none"} src={getAvatarUrl(data)} />
Expand Down

0 comments on commit fb3fa00

Please sign in to comment.