From 9a90cc38354e7717d837b42cda8957a260b605e5 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sun, 2 Oct 2022 15:03:29 -0500 Subject: [PATCH] Move manalinks into labs --- web/components/nav/sidebar.tsx | 2 -- web/pages/labs/index.tsx | 10 ++++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index 6f712384..efe7994b 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -158,7 +158,6 @@ 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/' }, { @@ -218,7 +217,6 @@ function getMoreMobileNav() { { name: 'Referrals', href: '/referrals' }, { name: 'Charity', href: '/charity' }, { name: 'Labs', href: '/labs' }, - { name: 'Send M$', href: '/links' }, { name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh' }, signOut ) diff --git a/web/pages/labs/index.tsx b/web/pages/labs/index.tsx index 9a423b56..f08a3b8e 100644 --- a/web/pages/labs/index.tsx +++ b/web/pages/labs/index.tsx @@ -24,6 +24,12 @@ export default function LabsPage() { /> )} + +