File tree 1 file changed +4
-3
lines changed
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';
9
9
import TopBarNotify from './TopBarNotify' ;
10
10
11
11
export function MainLayout ( { children } : { children : ReactNode } ) {
12
- const APP_BANNER_VERSION = '4 .0.0' ;
12
+ const APP_BANNER_VERSION = '5 .0.0' ;
13
13
14
14
return (
15
15
< >
16
16
< 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! 👉 "
19
19
bannerVersion = { APP_BANNER_VERSION }
20
+ buttonText = "Share feedback"
20
21
/>
21
22
< AppHeader />
22
23
< Box component = "main" sx = { { display : 'flex' , flexDirection : 'column' , flex : 1 } } >
You can’t perform that action at this time.
0 commit comments