Add folds navigation option on mobile

This commit is contained in:
jahooma 2022-01-27 01:30:51 -06:00
parent 61d2557c35
commit 64d46b7cdd

View File

@ -34,9 +34,13 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
...(mobile ...(mobile
? [ ? [
{ {
name: 'All markets', name: 'Markets',
href: '/markets', href: '/markets',
}, },
{
name: 'Folds',
href: '/folds',
},
] ]
: []), : []),
{ {