Add leaderboards menu option

This commit is contained in:
jahooma 2022-01-17 21:02:16 -06:00
parent df2f8046b0
commit 7ffd41c859

View File

@ -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',