Skip to content

Commit 11d275b

Browse files
committed
fix: banner text
1 parent 3e45fe7 commit 11d275b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/layouts/MainLayout.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import TopBarNotify from './TopBarNotify';
1212

1313
const getCampaignConfigs = () => ({
1414
[ChainId.base]: {
15-
notifyText: 'Aave app waitlist is now live!',
16-
buttonText: 'Get Access',
15+
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
16+
buttonText: 'Join waitlist',
1717
buttonAction: {
1818
type: 'url' as const,
1919
value: 'https://aave.com/app',
@@ -23,8 +23,8 @@ const getCampaignConfigs = () => ({
2323
},
2424

2525
[ChainId.sonic]: {
26-
notifyText: 'Aave app waitlist is now live!',
27-
buttonText: 'Get Access',
26+
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
27+
buttonText: 'Join waitlist',
2828
buttonAction: {
2929
type: 'url' as const,
3030
value: 'https://aave.com/app',
@@ -35,8 +35,8 @@ const getCampaignConfigs = () => ({
3535
},
3636

3737
[ChainId.mainnet]: {
38-
notifyText: 'Aave app waitlist is now live!',
39-
buttonText: 'Get Access',
38+
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
39+
buttonText: 'Join waitlist',
4040
buttonAction: {
4141
type: 'url' as const,
4242
value: 'https://aave.com/app',
@@ -46,8 +46,8 @@ const getCampaignConfigs = () => ({
4646
},
4747

4848
[ChainId.polygon]: {
49-
notifyText: 'Aave app waitlist is now live!',
50-
buttonText: 'Get Access',
49+
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
50+
buttonText: 'Join waitlist',
5151
buttonAction: {
5252
type: 'url' as const,
5353
value: 'https://aave.com/app',
@@ -58,8 +58,8 @@ const getCampaignConfigs = () => ({
5858
},
5959

6060
[ChainId.avalanche]: {
61-
notifyText: 'Aave app waitlist is now live!',
62-
buttonText: 'Get Access',
61+
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
62+
buttonText: 'Join waitlist',
6363
buttonAction: {
6464
type: 'url' as const,
6565
value: 'https://aave.com/app',
@@ -70,8 +70,8 @@ const getCampaignConfigs = () => ({
7070
},
7171

7272
[ChainId.arbitrum_one]: {
73-
notifyText: 'Aave app waitlist is now live!',
74-
buttonText: 'Get Access',
73+
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
74+
buttonText: 'Join waitlist',
7575
buttonAction: {
7676
type: 'url' as const,
7777
value: 'https://aave.com/app',
@@ -82,8 +82,8 @@ const getCampaignConfigs = () => ({
8282
},
8383

8484
[ChainId.optimism]: {
85-
notifyText: 'Aave app waitlist is now live!',
86-
buttonText: 'Get Access',
85+
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
86+
buttonText: 'Join waitlist',
8787
buttonAction: {
8888
type: 'url' as const,
8989
value: 'https://aave.com/app',
@@ -94,8 +94,8 @@ const getCampaignConfigs = () => ({
9494
},
9595

9696
[ChainId.xdai]: {
97-
notifyText: 'Aave app waitlist is now live!',
98-
buttonText: 'Get Access',
97+
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
98+
buttonText: 'Join waitlist',
9999
buttonAction: {
100100
type: 'url' as const,
101101
value: 'https://aave.com/app',
@@ -106,8 +106,8 @@ const getCampaignConfigs = () => ({
106106
},
107107

108108
[ChainId.bnb]: {
109-
notifyText: 'Aave app waitlist is now live!',
110-
buttonText: 'Get Access',
109+
notifyText: 'Introducing the Aave mobile app, a smarter way to save.',
110+
buttonText: 'Join waitlist',
111111
buttonAction: {
112112
type: 'url' as const,
113113
value: 'https://aave.com/app',

0 commit comments

Comments
 (0)