From 0824d8f2fe4fdbc6141509cee3e4aec55f837ea7 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Fri, 29 Apr 2022 19:15:35 -0400 Subject: [PATCH] Also show Charity icon on mobile --- web/components/nav/sidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index cf178396..e3145498 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -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 },