Skip to content

Commit 7402e6d

Browse files
authored
Merge pull request #623 from curvefi/chore/disclaimer
chore: remove disclaimer from menu
2 parents f5200db + 9feb891 commit 7402e6d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/curve-ui-kit/src/shared/routes.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,12 @@ export const APP_LINK: Record<AppName, AppRoutes> = {
5151
{ route: CRVUSD_ROUTES.PAGE_MARKETS, label: () => t`Markets` },
5252
...(isBeta ? [{ route: CRVUSD_ROUTES.BETA_PAGE_MARKETS, label: () => t`Llama (beta)` }] : []),
5353
{ route: CRVUSD_ROUTES.PAGE_CRVUSD_STAKING, label: () => t`Savings crvUSD` },
54-
{ route: `${CRVUSD_ROUTES.PAGE_DISCLAIMER}?tab=crvusd`, label: () => t`Risk Disclaimer` },
5554
],
5655
},
5756
lend: {
5857
root: getAppRoot('lend'),
5958
label: 'Lend',
60-
pages: [
61-
{ route: LEND_ROUTES.PAGE_MARKETS, label: () => t`Markets` },
62-
{ route: `${LEND_ROUTES.PAGE_DISCLAIMER}?tab=lend`, label: () => t`Risk Disclaimer` },
63-
],
59+
pages: [{ route: LEND_ROUTES.PAGE_MARKETS, label: () => t`Markets` }],
6460
},
6561
dao: {
6662
root: getAppRoot('dao'),

0 commit comments

Comments
 (0)