Bring back global leaderboards linked from profile menu
This commit is contained in:
parent
f2c4d3e9c1
commit
9b59ea9fbe
|
@ -51,6 +51,10 @@ 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',
|
||||||
|
|
|
@ -28,7 +28,7 @@ export default function Leaderboards(props: {
|
||||||
const { topTraders, topCreators } = props
|
const { topTraders, topCreators } = props
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page margin>
|
||||||
<Col className="items-center lg:flex-row gap-10">
|
<Col className="items-center lg:flex-row gap-10">
|
||||||
<Leaderboard
|
<Leaderboard
|
||||||
title="🏅 Top traders"
|
title="🏅 Top traders"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user