From 76b8d6fb2b98eb22a0b0f6e8d5d88d6a09093992 Mon Sep 17 00:00:00 2001 From: gary <1032230992@qq.com> Date: Thu, 28 Apr 2022 16:08:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 4 ++-- src/components/Menu/config.ts | 36 +++++++++++++++++------------------ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a9544fb..39dd9e3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -144,7 +144,7 @@ const App: React.FC = () => { {/* Using this format because these components use routes injected props. We need to rework them with hooks */} - + {/* @@ -159,7 +159,7 @@ const App: React.FC = () => { - + */} {/* Redirect */} {/* diff --git a/src/components/Menu/config.ts b/src/components/Menu/config.ts index 9244c4a..13d99d3 100644 --- a/src/components/Menu/config.ts +++ b/src/components/Menu/config.ts @@ -7,24 +7,24 @@ const config: (t: ContextApi['t']) => MenuEntry[] = (t) => [ icon: 'HomeIcon', href: '/', }, - { - label: t('Trade'), - icon: 'TradeIcon', - items: [ - { - label: t('Exchange'), - href: '/swap', - }, - { - label: t('Liquidity'), - href: '/pool', - }, - // { - // label: t('LP Migration'), - // href: 'https://v1exchange.pancakeswap.finance/#/migrate', - // }, - ], - }, + // { + // label: t('Trade'), + // icon: 'TradeIcon', + // items: [ + // { + // label: t('Exchange'), + // href: '/swap', + // }, + // { + // label: t('Liquidity'), + // href: '/pool', + // }, + // // { + // // label: t('LP Migration'), + // // href: 'https://v1exchange.pancakeswap.finance/#/migrate', + // // }, + // ], + // }, { label: t('Farms'), icon: 'FarmIcon',