Flip nav folds and markets

This commit is contained in:
jahooma 2022-01-27 17:55:23 -06:00
parent 99bb8fdeea
commit 1ab71f8521

View File

@ -70,17 +70,6 @@ function NavOptions(props: {
</Link>
)}
<Link href="/markets">
<a
className={clsx(
'text-base hidden md:block whitespace-nowrap',
themeClasses
)}
>
Markets
</a>
</Link>
<Link href="/folds">
<a
className={clsx(
@ -92,6 +81,17 @@ function NavOptions(props: {
</a>
</Link>
<Link href="/markets">
<a
className={clsx(
'text-base hidden md:block whitespace-nowrap',
themeClasses
)}
>
Markets
</a>
</Link>
{showSignedOut && (
<>
<button