Skip to content

Commit

Permalink
Changes to gide the select plan
Browse files Browse the repository at this point in the history
  • Loading branch information
cyprain-okeke committed Dec 20, 2024
1 parent 663d0ec commit 926d7d8
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<div bitDialogContent>
<p>{{ "upgradePlans" | i18n }}</p>
<div class="tw-mb-3 tw-flex tw-justify-between">
<span class="tw-text-lg tw-pr-1 tw-font-bold">{{ "selectAPlan" | i18n }}</span>
<span
[style.visibility]="isSubscriptionCanceled ? 'hidden' : 'visible'"
class="tw-text-lg tw-pr-1 tw-font-bold"
>{{ "selectAPlan" | i18n }}</span
>
<!-- Discount Badge -->
<div class="tw-flex tw-items-center tw-gap-2">
<span
Expand Down Expand Up @@ -69,7 +73,10 @@
>
<div class="tw-relative">
<div
*ngIf="selectableProduct.productTier === productTypes.Enterprise"
*ngIf="
selectableProduct.productTier === productTypes.Enterprise &&
!isSubscriptionCanceled
"
class="tw-bg-secondary-100 tw-text-center !tw-border-0 tw-text-sm tw-font-bold tw-py-1"
[ngClass]="{
'tw-bg-primary-700 !tw-text-contrast': selectableProduct === selectedPlan,
Expand Down

0 comments on commit 926d7d8

Please sign in to comment.