Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/aave/interface
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 4, 2024
2 parents 2ca8d55 + 1cafebe commit 794daba
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

0 comments on commit 794daba

Please sign in to comment.