Remove markets and folds from top navbar

This commit is contained in:
Austin Chen 2022-03-29 09:34:36 -07:00
parent 0826345fa8
commit b9548b80f2

View File

@ -127,28 +127,6 @@ function NavOptions(props: {
</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 && (
<>
<button