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:
parent
1b0a6c8385
commit
0a99668f00
1 changed files with 0 additions and 6 deletions
|
@ -139,9 +139,6 @@ function UserNavBarSection() {
|
||||||
<Link href={`/your-outfits`} passHref>
|
<Link href={`/your-outfits`} passHref>
|
||||||
<NavLinkItem as="a">Outfits</NavLinkItem>
|
<NavLinkItem as="a">Outfits</NavLinkItem>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/modeling" passHref>
|
|
||||||
<NavLinkItem as="a">Modeling</NavLinkItem>
|
|
||||||
</Link>
|
|
||||||
<LogoutButton />
|
<LogoutButton />
|
||||||
</NavLinksList>
|
</NavLinksList>
|
||||||
</HStack>
|
</HStack>
|
||||||
|
@ -149,9 +146,6 @@ function UserNavBarSection() {
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<HStack align="center" spacing="2">
|
<HStack align="center" spacing="2">
|
||||||
<Link href="/modeling" passHref>
|
|
||||||
<NavButton as="a">Modeling</NavButton>
|
|
||||||
</Link>
|
|
||||||
<LoginButton />
|
<LoginButton />
|
||||||
</HStack>
|
</HStack>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue