Merge branch 'main' into salemcenter

This commit is contained in:
James Grugett 2022-07-15 00:46:01 -05:00
commit 240355f717

View File

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