Skip to content

Commit a91370b

Browse files
authored
Merge pull request #2816 from appwrite/fix-remove-promo-from-studio
remove promo from studio
2 parents 1dd2860 + 73994fb commit a91370b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/lib/components/promos/imagine.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<!--- Hidden logo
1616
<img src={ImagineSvg} alt="Imagine" class="imagine-logo" />
1717
-->
18-
1918
<img src={ProductHuntSvg} alt="Product Hunt" class="imagine-logo" />
2019
</div>
2120

src/lib/components/promos/product-hunt.svg

Lines changed: 1 addition & 1 deletion
Loading

src/routes/(console)/bottomAlerts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
3939
external: true,
4040
hideOnClick: true
4141
},
42-
show: true
42+
show: false
4343
};
4444

4545
listOfPromotions.push(imaginePromo);

0 commit comments

Comments
 (0)