Skip to content

Commit

Permalink
feat: user feedback [skip cypress] (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Dec 4, 2024
1 parent 3303015 commit 1cafebe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ import { AppHeader } from './AppHeader';
import TopBarNotify from './TopBarNotify';

export function MainLayout({ children }: { children: ReactNode }) {
const APP_BANNER_VERSION = '4.0.0';
const APP_BANNER_VERSION = '5.0.0';

return (
<>
<TopBarNotify
learnMoreLink="/markets/?marketName=proto_base_v3"
notifyText="Merit incentives are available for users who both supply cbBTC and borrow USDC."
learnMoreLink="https://oh7vm38ynd2.typeform.com/to/Fnw3rMyw"
notifyText="Looking to provide product feedback? We'd love to hear from you! 👉"
bannerVersion={APP_BANNER_VERSION}
buttonText="Share feedback"
/>
<AppHeader />
<Box component="main" sx={{ display: 'flex', flexDirection: 'column', flex: 1 }}>
Expand Down

2 comments on commit 1cafebe

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.