Fix signed out sidebar
This commit is contained in:
parent
13a2877e02
commit
ffa74c8e10
|
@ -111,10 +111,16 @@ const signedOutNavigation = [
|
|||
{ name: 'Explore', href: '/markets', icon: SearchIcon },
|
||||
]
|
||||
|
||||
const signedOutMobileNavigation = [
|
||||
const signedOutMobileNavigation = IS_PRIVATE_MANIFOLD
|
||||
? [{ name: 'Leaderboards', href: '/leaderboards', icon: TrendingUpIcon }]
|
||||
: [
|
||||
{ name: 'Charity', href: '/charity', icon: HeartIcon },
|
||||
{ name: 'Leaderboards', href: '/leaderboards', icon: TrendingUpIcon },
|
||||
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh', icon: ChatIcon },
|
||||
{
|
||||
name: 'Discord',
|
||||
href: 'https://discord.gg/eHQBNBqXuh',
|
||||
icon: ChatIcon,
|
||||
},
|
||||
]
|
||||
|
||||
const signedInMobileNavigation = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user