Skip to content

Commit

Permalink
chore: market banner [skip cypress] (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Sep 23, 2024
1 parent 075ad0d commit d796094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ import { AppHeader } from './AppHeader';
import TopBarNotify from './TopBarNotify';

export function MainLayout({ children }: { children: ReactNode }) {
const APP_BANNER_VERSION = '2.0.0';
const APP_BANNER_VERSION = '3.0.0';

return (
<>
<TopBarNotify
learnMoreLink="/markets/?marketName=proto_etherfi_v3"
learnMoreLink="/markets/?marketName=proto_zksync_v3"
buttonText="View Market"
notifyText="Aave Governance has deployed a new EtherFi market on Ethereum V3"
notifyText="Aave Governance has deployed a new ZkSync market"
bannerVersion={APP_BANNER_VERSION}
icon={'/icons/markets/etherfi.svg'}
icon={'/icons/networks/zksync.svg'}
/>
<AppHeader />
<Box component="main" sx={{ display: 'flex', flexDirection: 'column', flex: 1 }}>
Expand Down

2 comments on commit d796094

@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.