Remove Modeling link from global header

We seem to have everything modeled now, and we have automatic modeling, so like… this is not a useful link for the general public anymore!

Instead, we'll just keep it a secret for us to check on the state of things!
This commit is contained in:
Emi Matchu 2022-10-12 12:03:53 -07:00
parent 1b0a6c8385
commit 0a99668f00

View file

@ -139,9 +139,6 @@ function UserNavBarSection() {
<Link href={`/your-outfits`} passHref>
<NavLinkItem as="a">Outfits</NavLinkItem>
</Link>
<Link href="/modeling" passHref>
<NavLinkItem as="a">Modeling</NavLinkItem>
</Link>
<LogoutButton />
</NavLinksList>
</HStack>
@ -149,9 +146,6 @@ function UserNavBarSection() {
} else {
return (
<HStack align="center" spacing="2">
<Link href="/modeling" passHref>
<NavButton as="a">Modeling</NavButton>
</Link>
<LoginButton />
</HStack>
);