We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7eaad6 commit 09651e0Copy full SHA for 09651e0
src/routes/(console)/bottomAlerts.ts
@@ -7,9 +7,11 @@ import {
7
showBottomModalAlert
8
} from '$lib/stores/bottom-alerts';
9
10
+const SHOW_IMAGINE_PROMO = false;
11
+
12
const listOfPromotions: BottomModalAlertItem[] = [];
13
-if (isCloud) {
14
+if (isCloud && SHOW_IMAGINE_PROMO) {
15
const imaginePromo: BottomModalAlertItem = {
16
id: 'modal:imagine.dev',
17
backgroundComponent: Imagine,
0 commit comments