Swap back order in profile menu
This commit is contained in:
parent
00fa8a9741
commit
5d08835156
|
@ -52,15 +52,15 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
|
|||
// name: 'Add funds',
|
||||
// href: '/add-funds',
|
||||
// },
|
||||
{
|
||||
name: 'Discord',
|
||||
href: 'https://discord.gg/eHQBNBqXuh',
|
||||
},
|
||||
{
|
||||
name: 'Sign out',
|
||||
href: '#',
|
||||
onClick: () => firebaseLogout(),
|
||||
},
|
||||
{
|
||||
name: 'Discord',
|
||||
href: 'https://discord.gg/eHQBNBqXuh',
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user