Reposition tournaments tab
This commit is contained in:
parent
30d7b8ee13
commit
3fc2604312
|
@ -46,11 +46,12 @@ function getNavigation() {
|
||||||
icon: NotificationsIcon,
|
icon: NotificationsIcon,
|
||||||
},
|
},
|
||||||
|
|
||||||
{ name: 'Tournaments', href: '/tournaments', icon: TrophyIcon },
|
|
||||||
|
|
||||||
...(IS_PRIVATE_MANIFOLD
|
...(IS_PRIVATE_MANIFOLD
|
||||||
? []
|
? []
|
||||||
: [{ name: 'Get M$', href: '/add-funds', icon: CashIcon }]),
|
: [
|
||||||
|
{ name: 'Get M$', href: '/add-funds', icon: CashIcon },
|
||||||
|
{ name: 'Tournaments', href: '/tournaments', icon: TrophyIcon },
|
||||||
|
]),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user