Exclude more mobile options from private instances

This commit is contained in:
James Grugett 2022-07-15 00:45:50 -05:00
parent 64c83c4ef0
commit 36851ae9f9

View File

@ -110,9 +110,13 @@ const signedInMobileNavigation = [
function getMoreMobileNav() {
return [
{ name: 'Send M$', href: '/links' },
{ name: 'Charity', href: '/charity' },
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
...(IS_PRIVATE_MANIFOLD
? []
: [
{ name: 'Send M$', href: '/links' },
{ name: 'Charity', href: '/charity' },
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
]),
{ name: 'Leaderboards', href: '/leaderboards' },
{
name: 'Sign out',