Move "Send M$" lower in sidebar More list.
This commit is contained in:
parent
2ad7266283
commit
21c08aed30
|
@ -62,9 +62,9 @@ function getMoreNavigation(user?: User | null) {
|
|||
}
|
||||
|
||||
return [
|
||||
{ name: 'Send M$', href: '/links' },
|
||||
{ name: 'Leaderboards', href: '/leaderboards' },
|
||||
{ name: 'Charity', href: '/charity' },
|
||||
{ name: 'Send M$', href: '/links' },
|
||||
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
||||
{ name: 'About', href: 'https://docs.manifold.markets/$how-to' },
|
||||
{
|
||||
|
@ -113,8 +113,8 @@ function getMoreMobileNav() {
|
|||
...(IS_PRIVATE_MANIFOLD
|
||||
? []
|
||||
: [
|
||||
{ name: 'Send M$', href: '/links' },
|
||||
{ name: 'Charity', href: '/charity' },
|
||||
{ name: 'Send M$', href: '/links' },
|
||||
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
|
||||
]),
|
||||
{ name: 'Leaderboards', href: '/leaderboards' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user