We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c08691 commit a1a95c7Copy full SHA for a1a95c7
1 file changed
src/routes/(console)/bottomAlerts.ts
@@ -7,7 +7,7 @@ import {
7
showBottomModalAlert
8
} from '$lib/stores/bottom-alerts';
9
10
-const SHOW_IMAGINE_PROMO = false;
+const SHOW_IMAGINE_PROMO = true;
11
12
const listOfPromotions: BottomModalAlertItem[] = [];
13
@@ -34,7 +34,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
34
light: '#333333',
35
dark: '#CCCCCC'
36
},
37
- link: () => 'https://cloud.appwrite.io',
+ link: () => 'https://studio.imagine.dev',
38
external: true,
39
hideOnClick: true
40
0 commit comments