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',