We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c08691 + 02e15a7 commit 952cf85Copy full SHA for 952cf85
2 files changed
src/lib/components/promos/imagine.svelte
@@ -22,10 +22,12 @@
22
position: relative;
23
background-color: #000000;
24
border: 0.795px solid var(--border-neutral-strong);
25
+ overflow: hidden;
26
}
27
28
.imagine-canvas {
29
position: absolute;
30
+ inset: 0;
31
32
33
.imagine-logo {
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://imagine.dev',
38
external: true,
39
hideOnClick: true
40
0 commit comments