Reorder navbar options
This commit is contained in:
parent
cb7c8ba7c2
commit
9b98c6f300
|
@ -34,10 +34,6 @@ function getNavigationOptions(
|
|||
name: 'Home',
|
||||
href: user ? '/home' : '/',
|
||||
},
|
||||
{
|
||||
name: `Your profile`,
|
||||
href: `/${user?.username}`,
|
||||
},
|
||||
...(mobile
|
||||
? [
|
||||
{
|
||||
|
@ -50,6 +46,10 @@ function getNavigationOptions(
|
|||
},
|
||||
]
|
||||
: []),
|
||||
{
|
||||
name: `Your profile`,
|
||||
href: `/${user?.username}`,
|
||||
},
|
||||
{
|
||||
name: 'Your trades',
|
||||
href: '/trades',
|
||||
|
|
Loading…
Reference in New Issue
Block a user