We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab92b3f commit 80185deCopy full SHA for 80185de
src/layouts/MainLayout.tsx
@@ -14,8 +14,8 @@ export function MainLayout({ children }: { children: ReactNode }) {
14
return (
15
<>
16
<TopBarNotify
17
- learnMoreLink="https://governance.aave.com/t/arfc-pyusd-reserve-configuration-update-incentive-campaign/19573/1"
18
- notifyText="Merit incentives are available for users using PYUSD on mainnet. Learn more."
+ learnMoreLink="/markets/?marketName=proto_base_v3"
+ notifyText="Merit incentives are available for users who both supply cbBTC and borrow USDC."
19
bannerVersion={APP_BANNER_VERSION}
20
/>
21
<AppHeader />
0 commit comments