Skip to content

Commit a1a95c7

Browse files
authored
Enable Imagine promo on console
1 parent 7c08691 commit a1a95c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/(console)/bottomAlerts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
showBottomModalAlert
88
} from '$lib/stores/bottom-alerts';
99

10-
const SHOW_IMAGINE_PROMO = false;
10+
const SHOW_IMAGINE_PROMO = true;
1111

1212
const listOfPromotions: BottomModalAlertItem[] = [];
1313

@@ -34,7 +34,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
3434
light: '#333333',
3535
dark: '#CCCCCC'
3636
},
37-
link: () => 'https://cloud.appwrite.io',
37+
link: () => 'https://studio.imagine.dev',
3838
external: true,
3939
hideOnClick: true
4040
},

0 commit comments

Comments
 (0)