File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ const listOfPromotions: BottomModalAlertItem[] = [];
1313
1414if ( isCloud && SHOW_IMAGINE_PROMO ) {
1515 const imaginePromo : BottomModalAlertItem = {
16- id : 'modal:imagine.dev ' ,
16+ id : 'modal:imagine-ph-launch ' ,
1717 backgroundComponent : Imagine ,
18- title : 'Introducing Imagine' ,
19- message : 'The most complete AI builder to date ' ,
18+ title : 'Imagine is live on Product Hunt ' ,
19+ message : 'Ask questions, share feedback, and support the launch ' ,
2020 importance : 8 ,
2121 scope : 'everywhere' ,
2222 plan : 'free' ,
2323 cta : {
24- text : 'Try it now ' ,
24+ text : 'Head to Product Hunt ' ,
2525 color : {
2626 light : '#FFFFFF' ,
2727 dark : '#000000'
@@ -34,7 +34,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
3434 light : '#333333' ,
3535 dark : '#CCCCCC'
3636 } ,
37- link : ( ) => 'https://imagine.dev ' ,
37+ link : ( ) => 'https://www.producthunt.com/products/imagine-2?launch=imagine-00018118-5267-43ba-b456-efeeb7cbfbc9 ' ,
3838 external : true ,
3939 hideOnClick : true
4040 } ,
You can’t perform that action at this time.
0 commit comments