From 54a95f2fe055123e60f6379dc3c3e6ba85dd871a Mon Sep 17 00:00:00 2001 From: Maximilian Schneider Date: Wed, 28 Jul 2021 15:04:26 +0200 Subject: [PATCH] link to real domain --- components/NavBarBeta.tsx | 11 ++--------- pages/_app.tsx | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/components/NavBarBeta.tsx b/components/NavBarBeta.tsx index 7946f43..88f4b8f 100644 --- a/components/NavBarBeta.tsx +++ b/components/NavBarBeta.tsx @@ -383,16 +383,9 @@ const NavBarBeta = () => { - {/* - - */}

Mango DAO

diff --git a/pages/_app.tsx b/pages/_app.tsx index bf2d838..91ffaf2 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -11,7 +11,7 @@ function App({ Component, pageProps }) { 'Claim your stake in the Mango DAO. Join us in building Mango, the protocol for permissionless leverage trading & lending.' const keywords = 'Mango Markets, Serum, SRM, Serum DEX, DEFI, Decentralized Finance, Decentralised Finance, Crypto, ERC20, Ethereum, Decentralize, Solana, SOL, SPL, Cross-Chain, Trading, Fastest, Fast, SerumBTC, SerumUSD, SRM Tokens, SPL Tokens' - const baseUrl = 'https://mango-token-sale.netlify.app' + const baseUrl = 'https://token.mango.markets' return ( <>