Skip to content

Commit a363231

Browse files
Chris KhanChris Khan
authored andcommitted
chore(nav): remove Swap, LP Rewards, Vaults, Points, and Trading Bots from menus
1 parent 5eeea7d commit a363231

1 file changed

Lines changed: 4 additions & 21 deletions

File tree

app/data/menu.ts

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,19 @@ import {
88
import type { MenuItem } from '@/types'
99

1010
export const getMoreMenu = () => [
11-
{
12-
label: 'navigation.swap',
13-
to: { name: MainPage.Swap }
14-
},
15-
{
16-
to: { name: MainPage.LpRewards },
17-
label: 'navigation.more.lpRewards'
18-
},
11+
// Swap and LP Rewards removed in this build
1912
{
2013
isExternal: true,
2114
label: 'navigation.more.bridge',
2215
to: 'https://bridge.injective.network/'
2316
},
24-
{
25-
to: { name: MainPage.Vaults },
26-
label: 'navigation.more.vaults'
27-
},
17+
// Vaults removed in this build
2818
{
2919
isExternal: true,
3020
label: 'navigation.more.olp',
3121
to: 'https://trading.injective.network/program/liquidity/'
3222
},
33-
{
34-
isConnectedOnly: true,
35-
to: { name: MainPage.Points },
36-
label: 'navigation.points'
37-
},
23+
// Points removed in this build
3824
{
3925
isDesktopOnly: true,
4026
isConnectedOnly: true,
@@ -55,10 +41,7 @@ export const TRADING_OPTIONS = [
5541
params: { slug: 'inj-usdt' }
5642
}
5743
},
58-
{
59-
label: 'navigation.tradingBots',
60-
to: { name: MainPage.TradingBots }
61-
},
44+
// Trading bots removed in this build
6245
{
6346
label: 'navigation.stocks',
6447
to: { name: TradeSubPage.Stocks }

0 commit comments

Comments
 (0)