fix: modal visibility on mobile.

This commit is contained in:
ItzNotABug
2024-09-25 19:45:05 +05:30
parent 4fc6ecaa8d
commit 32b4e20983
+3 -1
View File
@@ -276,7 +276,8 @@
project: $project
})}
external={!!currentModalAlert.cta.external}
fullWidthMobile>
fullWidthMobile
on:click={() => (openModalOnMobile = false)}>
{shouldShowUpgrade
? 'Upgrade plan'
: currentModalAlert.cta.text}
@@ -288,6 +289,7 @@
class="button"
external
fullWidthMobile
on:click={() => (openModalOnMobile = false)}
href={currentModalAlert.learnMore.link({
organization: $organization,
project: $project