Flip nav folds and markets
This commit is contained in:
parent
99bb8fdeea
commit
1ab71f8521
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user