Show Charity link in the sidebar
This commit is contained in:
parent
1ebd46d49d
commit
dce39a79d9
|
@ -5,9 +5,10 @@ import {
|
||||||
SearchIcon,
|
SearchIcon,
|
||||||
ChatIcon,
|
ChatIcon,
|
||||||
BookOpenIcon,
|
BookOpenIcon,
|
||||||
TableIcon,
|
|
||||||
DotsHorizontalIcon,
|
DotsHorizontalIcon,
|
||||||
CashIcon,
|
CashIcon,
|
||||||
|
HeartIcon,
|
||||||
|
PresentationChartLineIcon,
|
||||||
} from '@heroicons/react/outline'
|
} from '@heroicons/react/outline'
|
||||||
import clsx from 'clsx'
|
import clsx from 'clsx'
|
||||||
import _ from 'lodash'
|
import _ from 'lodash'
|
||||||
|
@ -24,7 +25,8 @@ import { useHasCreatedContractToday } from '../../hooks/use-has-created-contract
|
||||||
const navigation = [
|
const navigation = [
|
||||||
{ name: 'Home', href: '/home', icon: HomeIcon },
|
{ name: 'Home', href: '/home', icon: HomeIcon },
|
||||||
{ name: 'Explore', href: '/markets', icon: SearchIcon },
|
{ 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 = [
|
const signedOutNavigation = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user