Skip to content

Commit

Permalink
chore: hide solana (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcheee authored Nov 7, 2024
1 parent 16ff2c2 commit 794e46f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/components/Menus/MainMenu/useMainMenuContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,22 +144,22 @@ export const useMainMenuContent = () => {
});
},
},
{
label: 'Solana Washtrade',
prefixIcon: <LocalLaundryServiceIcon />,
showMoreIcon: false,
link: { url: JUMPER_WASH_PATH },
onClick: () => {
trackEvent({
category: TrackingCategory.Menu,
label: 'click-wash-trade-link',
action: 'action_click_wash_trade_link',
data: { [TrackingEventParameter.Menu]: 'wash' },
});
closeAllMenus();
router.push(JUMPER_WASH_PATH);
},
},
// {
// label: 'Solana Washtrade',
// prefixIcon: <LocalLaundryServiceIcon />,
// showMoreIcon: false,
// link: { url: JUMPER_WASH_PATH },
// onClick: () => {
// trackEvent({
// category: TrackingCategory.Menu,
// label: 'click-wash-trade-link',
// action: 'action_click_wash_trade_link',
// data: { [TrackingEventParameter.Menu]: 'wash' },
// });
// closeAllMenus();
// router.push(JUMPER_WASH_PATH);
// },
// },
{
label: t('navbar.navbarMenu.profile'),
prefixIcon: <AccountCircleIcon />,
Expand Down

0 comments on commit 794e46f

Please sign in to comment.