Show /charity in signed-out sidebar

This commit is contained in:
Austin Chen 2022-05-05 10:15:12 -04:00
parent b42e77858f
commit 1caed44552

View File

@ -32,6 +32,7 @@ const navigation = [
const signedOutNavigation = [
{ name: 'Home', href: '/home', icon: HomeIcon },
{ name: 'Explore', href: '/markets', icon: SearchIcon },
{ name: 'Charity', href: '/charity', icon: HeartIcon },
{ name: 'About', href: 'https://docs.manifold.markets', icon: BookOpenIcon },
]