Update mod queue link in nav
This commit is contained in:
parent
0fe6c20c69
commit
fb3fa00576
@ -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 />
|
||||
@ -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)} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user