Show Leaderboards by default instead of Create
This commit is contained in:
parent
584f0324b8
commit
5e473a2de4
|
@ -82,14 +82,14 @@ function NavOptions(props: { user: User | null; themeClasses: string }) {
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Link href="/create">
|
<Link href="/leaderboards">
|
||||||
<a
|
<a
|
||||||
className={clsx(
|
className={clsx(
|
||||||
'text-base hidden md:block whitespace-nowrap',
|
'text-base hidden md:block whitespace-nowrap',
|
||||||
themeClasses
|
themeClasses
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
Create a market
|
Leaderboards
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
|
|
|
@ -51,10 +51,6 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
|
||||||
name: 'Your markets',
|
name: 'Your markets',
|
||||||
href: `/${user.username}`,
|
href: `/${user.username}`,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'Leaderboards',
|
|
||||||
href: '/leaderboards',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Discord',
|
name: 'Discord',
|
||||||
href: 'https://discord.gg/eHQBNBqXuh',
|
href: 'https://discord.gg/eHQBNBqXuh',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user