Reposition tournaments tab

This commit is contained in:
Austin Chen 2022-08-26 10:42:40 -07:00
parent 30d7b8ee13
commit 3fc2604312

View File

@ -46,11 +46,12 @@ function getNavigation() {
icon: NotificationsIcon,
},
{ name: 'Tournaments', href: '/tournaments', icon: TrophyIcon },
...(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 },
]),
]
}