diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index cbc7281ba..91a497384 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -13,11 +13,7 @@ const listOfPromotions: BottomModalAlertItem[] = []; if (isCloud && SHOW_IMAGINE_PROMO) { const imaginePromo: BottomModalAlertItem = { -<<<<<<< HEAD - id: 'modal:imagine-ph-launch', -======= - id: 'modal:imagine-ph-launch-studio', ->>>>>>> 8f176a8f7 (Switch Imagine logo with PH in bottom alert) + id: 'modal:imagine-ph-launch-console', backgroundComponent: Imagine, title: 'Imagine is live on Product Hunt', message: 'Ask questions, share feedback, and support the launch',