Skip to content

Commit

Permalink
Feat/fou 527 adjust pool hero and table dislay (#464)
Browse files Browse the repository at this point in the history
Merge Feat/fou 527 adjust pool hero and table dislay (#464) to main
  • Loading branch information
haunv3 authored Dec 1, 2023
1 parent 0b1606c commit 394bc6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/layouts/MenuV3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ const Menu: React.FC = () => {
{renderLink('/universalswap', 'SWAP', setLink)}
{renderLink('/bridge', 'BRIDGE', setLink)}
{renderLink('/pools', 'POOLS', setLink)}
{renderLink('https://orderbook.oraidex.io', 'ORDER BOOK', () => {}, true)}
{renderLink('https://futures.oraidex.io', 'FUTURES', () => {}, true)}
{renderLink('https://orderbook.oraidex.io', 'ORDER BOOK', () => { }, true)}
{renderLink('https://futures.oraidex.io', 'FUTURES', () => { }, true)}
{mobileMode ? (
<>
{renderLink('https://payment.orai.io/', 'BUY ORAI', () => {}, true)}
{renderLink('https://legacy-v2.oraidex.io/', 'OraiDEX V2', () => {}, true)}
{renderLink('https://payment.orai.io/', 'BUY ORAI', () => { }, true)}
{renderLink('https://legacy-v2.oraidex.io/', 'OraiDEX Legacy', () => { }, true)}
</>
) : (
<>
Expand All @@ -119,8 +119,8 @@ const Menu: React.FC = () => {
setVisible={() => setOtherActive(!otherActive)}
content={
<div className={classNames(styles.menu_others_list, styles[theme])}>
{renderLink('https://payment.orai.io/', 'BUY ORAI', () => {}, true)}
{renderLink('https://legacy-v2.oraidex.io/', 'OraiDEX V2', () => {}, true)}
{renderLink('https://payment.orai.io/', 'BUY ORAI', () => { }, true)}
{renderLink('https://legacy-v2.oraidex.io/', 'OraiDEX Legacy', () => { }, true)}
</div>
}
/>
Expand Down

0 comments on commit 394bc6c

Please sign in to comment.