Skip to content

Commit

Permalink
Revert "Remove SWAP link"
Browse files Browse the repository at this point in the history
This reverts commit 0a444db.
  • Loading branch information
nishadsingh1 committed Oct 27, 2020
1 parent 0a444db commit a6d753f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@ export default function TopBar() {
}}
>
<Menu.Item key="/">TRADE</Menu.Item>
<Menu.Item key="/swap">
<a
href={EXTERNAL_LINKS['/swap']}
target="_blank"
rel="noopener noreferrer"
>
SWAP
</a>
</Menu.Item>
{connected && <Menu.Item key="/balances">BALANCES</Menu.Item>}
{connected && <Menu.Item key="/orders">ORDERS</Menu.Item>}
{connected && <Menu.Item key="/convert">CONVERT</Menu.Item>}
Expand Down

0 comments on commit a6d753f

Please sign in to comment.