File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ import { AppHeader } from './AppHeader';
99import TopBarNotify from './TopBarNotify' ;
1010
1111export function MainLayout ( { children } : { children : ReactNode } ) {
12- const APP_BANNER_VERSION = '4 .0.0' ;
12+ const APP_BANNER_VERSION = '5 .0.0' ;
1313
1414 return (
1515 < >
1616 < TopBarNotify
17- learnMoreLink = "/markets/?marketName=proto_base_v3 "
18- notifyText = "Merit incentives are available for users who both supply cbBTC and borrow USDC. "
17+ learnMoreLink = "https://oh7vm38ynd2.typeform.com/to/Fnw3rMyw "
18+ notifyText = "Looking to provide product feedback? We'd love to hear from you! 👉 "
1919 bannerVersion = { APP_BANNER_VERSION }
20+ buttonText = "Share feedback"
2021 />
2122 < AppHeader />
2223 < Box component = "main" sx = { { display : 'flex' , flexDirection : 'column' , flex : 1 } } >
You can’t perform that action at this time.
0 commit comments