Skip to content

Commit

Permalink
chore: update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Nov 4, 2023
1 parent faba78f commit f5bc846
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ export function MainLayout({ children }: { children: ReactNode }) {

return (
<>
{currentMarket === 'proto_mainnet' || currentMarket === 'proto_avalanche_v3' ? (
{currentMarket === 'proto_mainnet' ||
currentMarket === 'proto_avalanche_v3' ||
currentMarket === 'proto_polygon_v3' ||
currentMarket === 'proto_optimism_v3' ? (
<TopBarNotify notifyText="An issue in a certain feature of the Aave Protocol was identified. Some markets or assets are temporarily paused. No funds are at risk." />
) : null}

Expand Down

0 comments on commit f5bc846

Please sign in to comment.