Add /labs to More menu

This commit is contained in:
James Grugett 2022-10-02 14:13:19 -05:00
parent 37e8cfbbed
commit 747977556b

View File

@ -147,6 +147,7 @@ function getMoreDesktopNavigation(user?: User | null) {
[
{ name: 'Tournaments', href: '/tournaments' },
{ name: 'Charity', href: '/charity' },
{ name: 'Labs', href: '/labs' },
{ name: 'Blog', href: 'https://news.manifold.markets' },
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
{ name: 'Twitter', href: 'https://twitter.com/ManifoldMarkets' },
@ -162,6 +163,7 @@ function getMoreDesktopNavigation(user?: User | null) {
[
{ name: 'Referrals', href: '/referrals' },
{ name: 'Charity', href: '/charity' },
{ name: 'Labs', href: '/labs' },
{ name: 'Send M$', href: '/links' },
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
{ name: 'Help & About', href: 'https://help.manifold.markets/' },
@ -224,6 +226,7 @@ function getMoreMobileNav() {
{ name: 'Groups', href: '/groups' },
{ name: 'Referrals', href: '/referrals' },
{ name: 'Charity', href: '/charity' },
{ name: 'Labs', href: '/labs' },
{ name: 'Send M$', href: '/links' },
{ name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' },
],