Open BTC-Perp when navigating to trade page

This commit is contained in:
Maximilian Schneider 2021-09-13 02:37:43 +02:00 committed by GitHub
parent 445aabd506
commit 97721bf678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const TopBar = () => {
<div
className={`hidden md:flex md:items-center md:space-x-6 md:ml-4`}
>
<MenuItem href="/spot/BTC">Trade</MenuItem>
<MenuItem href="/perp/BTC">Trade</MenuItem>
<MenuItem href="/account">Account</MenuItem>
<MenuItem href="/borrow">Borrow</MenuItem>
<MenuItem href="/stats">Stats</MenuItem>