Remove Add funds menu option for now.

This commit is contained in:
jahooma 2022-01-07 15:14:46 -06:00
parent e0123748b9
commit 50268eeca7

View File

@ -48,10 +48,10 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
name: 'Your markets',
href: `/${user.username}`,
},
{
name: 'Add funds',
href: '/add-funds',
},
// {
// name: 'Add funds',
// href: '/add-funds',
// },
{
name: 'Sign out',
href: '#',