Flip nav folds and markets
This commit is contained in:
parent
99bb8fdeea
commit
1ab71f8521
|
@ -70,17 +70,6 @@ function NavOptions(props: {
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<Link href="/markets">
|
|
||||||
<a
|
|
||||||
className={clsx(
|
|
||||||
'text-base hidden md:block whitespace-nowrap',
|
|
||||||
themeClasses
|
|
||||||
)}
|
|
||||||
>
|
|
||||||
Markets
|
|
||||||
</a>
|
|
||||||
</Link>
|
|
||||||
|
|
||||||
<Link href="/folds">
|
<Link href="/folds">
|
||||||
<a
|
<a
|
||||||
className={clsx(
|
className={clsx(
|
||||||
|
@ -92,6 +81,17 @@ function NavOptions(props: {
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
|
<Link href="/markets">
|
||||||
|
<a
|
||||||
|
className={clsx(
|
||||||
|
'text-base hidden md:block whitespace-nowrap',
|
||||||
|
themeClasses
|
||||||
|
)}
|
||||||
|
>
|
||||||
|
Markets
|
||||||
|
</a>
|
||||||
|
</Link>
|
||||||
|
|
||||||
{showSignedOut && (
|
{showSignedOut && (
|
||||||
<>
|
<>
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue
Block a user