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