Skip to content

Commit

Permalink
remove exchange tab
Browse files Browse the repository at this point in the history
  • Loading branch information
dandlezzz committed Nov 14, 2023
1 parent afea713 commit 44c6280
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
85 changes: 0 additions & 85 deletions src/pages/Wallet/ExchangeSection.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/pages/Wallet/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import TransactionsPage from '../Transactions/TransactionsPage';
import SettingsSection from '../Settings';
import NftsSection from '../Nfts';
import BridgePage from './BridgePage';
import ExchangeSection from './ExchangeSection';

import IconWallet from '../../assets/images/IconWallet.png';
import IconNFT from '../../assets/images/IconNFT.png';
Expand All @@ -22,7 +21,6 @@ export const ROUTES_MAP = {
WALLET_TRANSACTIONS: 'WALLET_TRANSACTIONS',
WALLET_SETTINGS: 'WALLET_SETTINGS',
WALLET_BRIDGE: 'WALLET_BRIDGE',
WALLET_EXCHANGE: 'WALLET_EXCHANGE',
};

const NFTS_ROUTES = require('../Nfts/routes').default;
Expand Down Expand Up @@ -64,15 +62,6 @@ const routes = [
Component: SwapPage,
default: false,
},
{
key: ROUTES_MAP.WALLET_EXCHANGE,
name: 'Exchange',
path: 'exchange',
route: '/wallet/exchange',
Component: ExchangeSection,
default: false,
icon: IconSwap,
},
{
key: ROUTES_MAP.WALLET_TRANSACTIONS,
name: 'Transactions',
Expand Down

0 comments on commit 44c6280

Please sign in to comment.