mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
Add Imagine PH promo to console
This commit is contained in:
@@ -13,15 +13,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'
|
||||
@@ -34,7 +34,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
|
||||
light: '#333333',
|
||||
dark: '#CCCCCC'
|
||||
},
|
||||
link: () => 'https://imagine.dev',
|
||||
link: () => 'https://www.producthunt.com/products/imagine-2?launch=imagine-00018118-5267-43ba-b456-efeeb7cbfbc9',
|
||||
external: true,
|
||||
hideOnClick: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user