Remove markets and folds from top navbar
This commit is contained in:
parent
0826345fa8
commit
b9548b80f2
|
@ -127,28 +127,6 @@ function NavOptions(props: {
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<Link href="/folds">
|
|
||||||
<a
|
|
||||||
className={clsx(
|
|
||||||
'hidden whitespace-nowrap text-base md:block',
|
|
||||||
themeClasses
|
|
||||||
)}
|
|
||||||
>
|
|
||||||
Communities
|
|
||||||
</a>
|
|
||||||
</Link>
|
|
||||||
|
|
||||||
<Link href="/markets">
|
|
||||||
<a
|
|
||||||
className={clsx(
|
|
||||||
'hidden whitespace-nowrap text-base md:block',
|
|
||||||
themeClasses
|
|
||||||
)}
|
|
||||||
>
|
|
||||||
Markets
|
|
||||||
</a>
|
|
||||||
</Link>
|
|
||||||
|
|
||||||
{showSignedOut && (
|
{showSignedOut && (
|
||||||
<>
|
<>
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue
Block a user