From 9117a65719a5745e53815334220097548266ecb0 Mon Sep 17 00:00:00 2001 From: mark hinschberger Date: Tue, 16 Dec 2025 12:09:02 +0100 Subject: [PATCH 1/2] fix: banner --- src/layouts/MainLayout.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/layouts/MainLayout.tsx b/src/layouts/MainLayout.tsx index 48ff84f44f..10826d10f1 100644 --- a/src/layouts/MainLayout.tsx +++ b/src/layouts/MainLayout.tsx @@ -19,7 +19,7 @@ const getCampaignConfigs = () => ({ value: 'https://aave.com/app', target: '_blank' as const, }, - bannerVersion: 'aave-app-waitlist-v1', + bannerVersion: 'aave-app-waitlist-v2', }, [ChainId.sonic]: { @@ -30,7 +30,7 @@ const getCampaignConfigs = () => ({ value: 'https://aave.com/app', target: '_blank' as const, }, - bannerVersion: 'aave-app-waitlist-v1', + bannerVersion: 'aave-app-waitlist-v2', icon: '/icons/networks/sonic.svg', }, @@ -42,7 +42,7 @@ const getCampaignConfigs = () => ({ value: 'https://aave.com/app', target: '_blank' as const, }, - bannerVersion: 'aave-app-waitlist-v1', + bannerVersion: 'aave-app-waitlist-v2', }, [ChainId.polygon]: { @@ -53,8 +53,8 @@ const getCampaignConfigs = () => ({ value: 'https://aave.com/app', target: '_blank' as const, }, - bannerVersion: 'aave-app-waitlist-v1', - icon: '/icons/networks/polygon.svg', + bannerVersion: 'aave-app-waitlist-v2', + // icon: '/icons/networks/polygon.svg', }, [ChainId.avalanche]: { @@ -65,8 +65,8 @@ const getCampaignConfigs = () => ({ value: 'https://aave.com/app', target: '_blank' as const, }, - bannerVersion: 'aave-app-waitlist-v1', - icon: '/icons/networks/avalanche.svg', + bannerVersion: 'aave-app-waitlist-v2', + // icon: '/icons/networks/avalanche.svg', }, [ChainId.arbitrum_one]: { @@ -77,8 +77,8 @@ const getCampaignConfigs = () => ({ value: 'https://aave.com/app', target: '_blank' as const, }, - bannerVersion: 'aave-app-waitlist-v1', - icon: '/icons/networks/arbitrum.svg', + bannerVersion: 'aave-app-waitlist-v2', + // icon: '/icons/networks/arbitrum.svg', }, [ChainId.optimism]: { @@ -89,8 +89,8 @@ const getCampaignConfigs = () => ({ value: 'https://aave.com/app', target: '_blank' as const, }, - bannerVersion: 'aave-app-waitlist-v1', - icon: '/icons/networks/optimism.svg', + bannerVersion: 'aave-app-waitlist-v2', + // icon: '/icons/networks/optimism.svg', }, [ChainId.xdai]: { @@ -101,8 +101,8 @@ const getCampaignConfigs = () => ({ value: 'https://aave.com/app', target: '_blank' as const, }, - bannerVersion: 'aave-app-waitlist-v1', - icon: '/icons/networks/gnosis.svg', + bannerVersion: 'aave-app-waitlist-v2', + // icon: '/icons/networks/gnosis.svg', }, [ChainId.bnb]: { @@ -113,8 +113,8 @@ const getCampaignConfigs = () => ({ value: 'https://aave.com/app', target: '_blank' as const, }, - bannerVersion: 'aave-app-waitlist-v1', - icon: '/icons/networks/binance.svg', + bannerVersion: 'aave-app-waitlist-v2', + // icon: '/icons/networks/binance.svg', }, }); From 11a0ee569d76309be3e3f6a997e60634f2718290 Mon Sep 17 00:00:00 2001 From: mark hinschberger Date: Tue, 16 Dec 2025 12:10:18 +0100 Subject: [PATCH 2/2] fix: banner logo --- src/layouts/MainLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/MainLayout.tsx b/src/layouts/MainLayout.tsx index 10826d10f1..02f77a4fd8 100644 --- a/src/layouts/MainLayout.tsx +++ b/src/layouts/MainLayout.tsx @@ -31,7 +31,7 @@ const getCampaignConfigs = () => ({ target: '_blank' as const, }, bannerVersion: 'aave-app-waitlist-v2', - icon: '/icons/networks/sonic.svg', + // icon: '/icons/networks/sonic.svg', }, [ChainId.mainnet]: {