From 15640e2f3e467411bda31a39bece5dfb1d3f9312 Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 24 Feb 2021 09:54:39 +1100 Subject: [PATCH] CoinGecko sidemenu --- components/navigation/SideMenuInner.tsx | 11 +++++++++-- constants/navigation.ts | 8 ++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/components/navigation/SideMenuInner.tsx b/components/navigation/SideMenuInner.tsx index d4072ff..22eda87 100644 --- a/components/navigation/SideMenuInner.tsx +++ b/components/navigation/SideMenuInner.tsx @@ -76,8 +76,15 @@ export function SideMenuInner() { {isDesktop ? ( -
+
+ + + View Oxen on CoinGecko +
) : ( @@ -94,7 +101,7 @@ const SocialsRow = () => { return (
diff --git a/constants/navigation.ts b/constants/navigation.ts index 405fc35..cccbe0a 100644 --- a/constants/navigation.ts +++ b/constants/navigation.ts @@ -71,11 +71,11 @@ const MENU_ITEMS: IMenuItem[] = [ external: true, }, { - label: 'Get Involved', - href: '/get-involved', - newTab: false, + label: 'CoinGecko', + href: 'https://www.coingecko.com/en/coins/oxen', + newTab: true, subtle: false, - external: false, + external: true, mobileMenuOnly: true, }, {