Skip to content

Commit 09651e0

Browse files
committed
add: flag.
1 parent e7eaad6 commit 09651e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/(console)/bottomAlerts.ts

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

10+
const SHOW_IMAGINE_PROMO = false;
11+
1012
const listOfPromotions: BottomModalAlertItem[] = [];
1113

12-
if (isCloud) {
14+
if (isCloud && SHOW_IMAGINE_PROMO) {
1315
const imaginePromo: BottomModalAlertItem = {
1416
id: 'modal:imagine.dev',
1517
backgroundComponent: Imagine,

0 commit comments

Comments
 (0)