Swap back order in profile menu

This commit is contained in:
jahooma 2022-01-07 16:51:56 -06:00
parent 00fa8a9741
commit 5d08835156

View File

@ -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',
},
]
}