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',
|
||||
href: `/${user.username}`,
|
||||
},
|
||||
{
|
||||
name: 'Leaderboards',
|
||||
href: '/leaderboards',
|
||||
},
|
||||
{
|
||||
name: 'Discord',
|
||||
href: 'https://discord.gg/eHQBNBqXuh',
|
||||
|
|
|
@ -28,7 +28,7 @@ export default function Leaderboards(props: {
|
|||
const { topTraders, topCreators } = props
|
||||
|
||||
return (
|
||||
<Page>
|
||||
<Page margin>
|
||||
<Col className="items-center lg:flex-row gap-10">
|
||||
<Leaderboard
|
||||
title="🏅 Top traders"
|
||||
|
|
Loading…
Reference in New Issue
Block a user