Add folds navigation option on mobile
This commit is contained in:
parent
61d2557c35
commit
64d46b7cdd
|
@ -34,9 +34,13 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
|
|||
...(mobile
|
||||
? [
|
||||
{
|
||||
name: 'All markets',
|
||||
name: 'Markets',
|
||||
href: '/markets',
|
||||
},
|
||||
{
|
||||
name: 'Folds',
|
||||
href: '/folds',
|
||||
},
|
||||
]
|
||||
: []),
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user