Add community link to nav drawer

This commit is contained in:
regalijan 2023-10-19 16:50:24 -04:00
parent a8f6f3e1f3
commit eda287cf86
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -162,6 +162,7 @@ export default function (props: {
<Link href="/about">About Us</Link>
<Link href="/team">Our Team</Link>
<Link href="/support">Support</Link>
<Link href="https://ccdiscussion.com">Community</Link>
<Link href="/mod-queue" display={hasMod() ? undefined : "none"}>
Moderation
</Link>