mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2816 from appwrite/fix-remove-promo-from-studio
remove promo from studio
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
<!--- Hidden logo
|
||||
<img src={ImagineSvg} alt="Imagine" class="imagine-logo" />
|
||||
-->
|
||||
|
||||
<img src={ProductHuntSvg} alt="Product Hunt" class="imagine-logo" />
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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 |
@@ -39,7 +39,7 @@ if (isCloud && SHOW_IMAGINE_PROMO) {
|
||||
external: true,
|
||||
hideOnClick: true
|
||||
},
|
||||
show: true
|
||||
show: false
|
||||
};
|
||||
|
||||
listOfPromotions.push(imaginePromo);
|
||||
|
||||
Reference in New Issue
Block a user