Skip to content

Commit 0c69a7a

Browse files
authored
Apply suggestion from @adityaoberai
1 parent bc9b990 commit 0c69a7a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/routes/(console)/bottomAlerts.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ const listOfPromotions: BottomModalAlertItem[] = [];
1313

1414
if (isCloud && SHOW_IMAGINE_PROMO) {
1515
const imaginePromo: BottomModalAlertItem = {
16-
<<<<<<< HEAD
17-
id: 'modal:imagine-ph-launch',
18-
=======
19-
id: 'modal:imagine-ph-launch-studio',
20-
>>>>>>> 8f176a8f7 (Switch Imagine logo with PH in bottom alert)
16+
id: 'modal:imagine-ph-launch-console',
2117
backgroundComponent: Imagine,
2218
title: 'Imagine is live on Product Hunt',
2319
message: 'Ask questions, share feedback, and support the launch',

0 commit comments

Comments
 (0)