Link to Leaderboard from sidebar

This commit is contained in:
Austin Chen 2022-03-31 10:35:57 -07:00
parent 80728ff4f9
commit 838798a553

View File

@ -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 },
]