Skip to content

Commit

Permalink
chore: update menu config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi committed Sep 30, 2024
1 parent 233d956 commit 2845913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/Menu/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ const config: (
label: t('Trade'),
icon: SwapIcon,
fillIcon: SwapFillIcon,
href: '/swap',
href: '/',
showItemsOnMobile: false,
items: [
{
label: t('Swap'),
href: '/swap',
href: '/',
},
{
label: t('Liquidity'),
Expand Down

0 comments on commit 2845913

Please sign in to comment.