Link to Leaderboard from sidebar
This commit is contained in:
parent
80728ff4f9
commit
838798a553
|
@ -4,6 +4,7 @@ import {
|
||||||
SearchIcon,
|
SearchIcon,
|
||||||
BookOpenIcon,
|
BookOpenIcon,
|
||||||
DotsHorizontalIcon,
|
DotsHorizontalIcon,
|
||||||
|
ChartSquareBarIcon,
|
||||||
} from '@heroicons/react/outline'
|
} from '@heroicons/react/outline'
|
||||||
import clsx from 'clsx'
|
import clsx from 'clsx'
|
||||||
import _ from 'lodash'
|
import _ from 'lodash'
|
||||||
|
@ -19,6 +20,7 @@ import { getNavigationOptions, ProfileSummary } from './profile-menu'
|
||||||
const navigation = [
|
const navigation = [
|
||||||
{ name: 'Home', href: '/home', icon: HomeIcon },
|
{ name: 'Home', href: '/home', icon: HomeIcon },
|
||||||
{ name: 'Markets', href: '/markets', icon: SearchIcon },
|
{ name: 'Markets', href: '/markets', icon: SearchIcon },
|
||||||
|
{ name: 'Leaderboards', href: '/leaderboards', icon: ChartSquareBarIcon },
|
||||||
{ name: 'About', href: 'https://docs.manifold.markets', icon: BookOpenIcon },
|
{ name: 'About', href: 'https://docs.manifold.markets', icon: BookOpenIcon },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user