File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/curve-ui-kit/src/shared Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,12 @@ export const APP_LINK: Record<AppName, AppRoutes> = {
51
51
{ route : CRVUSD_ROUTES . PAGE_MARKETS , label : ( ) => t `Markets` } ,
52
52
...( isBeta ? [ { route : CRVUSD_ROUTES . BETA_PAGE_MARKETS , label : ( ) => t `Llama (beta)` } ] : [ ] ) ,
53
53
{ route : CRVUSD_ROUTES . PAGE_CRVUSD_STAKING , label : ( ) => t `Savings crvUSD` } ,
54
- { route : `${ CRVUSD_ROUTES . PAGE_DISCLAIMER } ?tab=crvusd` , label : ( ) => t `Risk Disclaimer` } ,
55
54
] ,
56
55
} ,
57
56
lend : {
58
57
root : getAppRoot ( 'lend' ) ,
59
58
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` } ] ,
64
60
} ,
65
61
dao : {
66
62
root : getAppRoot ( 'dao' ) ,
You can’t perform that action at this time.
0 commit comments