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
|
||||
className={clsx(
|
||||
'text-base hidden md:block whitespace-nowrap',
|
||||
themeClasses
|
||||
)}
|
||||
>
|
||||
Create a market
|
||||
Leaderboards
|
||||
</a>
|
||||
</Link>
|
||||
|
||||
|
|
|
@ -51,10 +51,6 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
|
|||
name: 'Your markets',
|
||||
href: `/${user.username}`,
|
||||
},
|
||||
{
|
||||
name: 'Leaderboards',
|
||||
href: '/leaderboards',
|
||||
},
|
||||
{
|
||||
name: 'Discord',
|
||||
href: 'https://discord.gg/eHQBNBqXuh',
|
||||
|
|
Loading…
Reference in New Issue
Block a user