Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions src/routes/(console)/bottomAlerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ const listOfPromotions: BottomModalAlertItem[] = [];

if (isCloud && SHOW_IMAGINE_PROMO) {
const imaginePromo: BottomModalAlertItem = {
id: 'modal:imagine.dev',
id: 'modal:imagine-ph-launch',
backgroundComponent: Imagine,
title: 'Introducing Imagine',
message: 'the most complete AI builder to date',
title: 'Imagine is live on Product Hunt',
message: 'Ask questions, share feedback, and support the launch',
importance: 8,
scope: 'everywhere',
plan: 'free',
cta: {
text: 'Try it now',
text: 'Head to Product Hunt',
color: {
light: '#FFFFFF',
dark: '#000000'
Expand All @@ -35,7 +35,8 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
light: '#333333',
dark: '#CCCCCC'
},
link: () => 'https://cloud.appwrite.io',
link: () =>
'https://www.producthunt.com/products/imagine-2?launch=imagine-00018118-5267-43ba-b456-efeeb7cbfbc9',
external: true,
hideOnClick: true
},
Expand Down