Also show Charity icon on mobile

This commit is contained in:
Austin Chen 2022-04-29 19:15:35 -04:00
parent 569f007986
commit 0824d8f2fe

View File

@ -36,6 +36,7 @@ const signedOutNavigation = [
]
const signedOutMobileNavigation = [
{ name: 'Charity', href: '/charity', icon: HeartIcon },
{ name: 'Leaderboards', href: '/leaderboards', icon: CakeIcon },
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh', icon: ChatIcon },
{ name: 'About', href: 'https://docs.manifold.markets', icon: BookOpenIcon },