Skip to content

Commit 1cafebe

Browse files
authored
feat: user feedback [skip cypress] (#2274)
1 parent 3303015 commit 1cafebe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/layouts/MainLayout.tsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ import { AppHeader } from './AppHeader';
99
import TopBarNotify from './TopBarNotify';
1010

1111
export 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 }}>

0 commit comments

Comments
 (0)