We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dd2860 + 73994fb commit a91370bCopy full SHA for a91370b
3 files changed
src/lib/components/promos/imagine.svelte
@@ -15,7 +15,6 @@
15
<!--- Hidden logo
16
<img src={ImagineSvg} alt="Imagine" class="imagine-logo" />
17
-->
18
-
19
<img src={ProductHuntSvg} alt="Product Hunt" class="imagine-logo" />
20
</div>
21
src/lib/components/promos/product-hunt.svg
src/routes/(console)/bottomAlerts.ts
@@ -39,7 +39,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
39
external: true,
40
hideOnClick: true
41
},
42
- show: true
+ show: false
43
};
44
45
listOfPromotions.push(imaginePromo);
0 commit comments