Show Charity link in the sidebar

This commit is contained in:
Austin Chen 2022-04-29 17:47:03 -04:00
parent 1ebd46d49d
commit dce39a79d9

View File

@ -5,9 +5,10 @@ import {
SearchIcon,
ChatIcon,
BookOpenIcon,
TableIcon,
DotsHorizontalIcon,
CashIcon,
HeartIcon,
PresentationChartLineIcon,
} from '@heroicons/react/outline'
import clsx from 'clsx'
import _ from 'lodash'
@ -24,7 +25,8 @@ import { useHasCreatedContractToday } from '../../hooks/use-has-created-contract
const navigation = [
{ name: 'Home', href: '/home', icon: HomeIcon },
{ name: 'Explore', href: '/markets', icon: SearchIcon },
{ name: 'Portfolio', href: '/portfolio', icon: TableIcon },
{ name: 'Portfolio', href: '/portfolio', icon: PresentationChartLineIcon },
{ name: 'Charity', href: '/charity', icon: HeartIcon },
]
const signedOutNavigation = [