Skip to content

Commit 952cf85

Browse files
Merge pull request #2715 from appwrite/enable-imagine-promo
2 parents 7c08691 + 02e15a7 commit 952cf85

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/lib/components/promos/imagine.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
position: relative;
2323
background-color: #000000;
2424
border: 0.795px solid var(--border-neutral-strong);
25+
overflow: hidden;
2526
}
2627
2728
.imagine-canvas {
2829
position: absolute;
30+
inset: 0;
2931
}
3032
3133
.imagine-logo {

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://imagine.dev',
3838
external: true,
3939
hideOnClick: true
4040
},

0 commit comments

Comments
 (0)