Merge pull request #2816 from appwrite/fix-remove-promo-from-studio

remove promo from studio
This commit is contained in:
Harsh Mahajan
2026-01-30 11:24:42 +05:30
committed by GitHub
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -15,7 +15,6 @@
<!--- Hidden logo
<img src={ImagineSvg} alt="Imagine" class="imagine-logo" />
-->
<img src={ProductHuntSvg} alt="Product Hunt" class="imagine-logo" />
</div>
+1 -1
View File
@@ -9,4 +9,4 @@
<rect width="135.593" height="32" fill="white"/>
</clipPath>
</defs>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

+1 -1
View File
@@ -39,7 +39,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
external: true,
hideOnClick: true
},
show: true
show: false
};
listOfPromotions.push(imaginePromo);