From 747977556be757471c948fcd67ec57f814307035 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sun, 2 Oct 2022 14:13:19 -0500 Subject: [PATCH] Add /labs to More menu --- web/components/nav/sidebar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index b0a9862b..49f3dbb6 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -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' }, ],