From 0c69a7aea882600a6b6be3ebcdc9392fa7e4e8b2 Mon Sep 17 00:00:00 2001 From: Aditya Oberai Date: Wed, 28 Jan 2026 03:31:59 +0530 Subject: [PATCH] Apply suggestion from @adityaoberai --- src/routes/(console)/bottomAlerts.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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',