From d0f9e0d69ed833f3de2fff406d36f0619c368c19 Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 22 Jan 2025 16:43:56 +0100 Subject: [PATCH] fix: design review from sara --- src/lib/components/billing/estimatedTotalBox.svelte | 6 ++++-- src/lib/components/billing/planComparisonBox.svelte | 2 +- src/lib/layout/containerHeader.svelte | 2 +- .../organization-[organization]/change-plan/+page.svelte | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/lib/components/billing/estimatedTotalBox.svelte b/src/lib/components/billing/estimatedTotalBox.svelte index a6c8db6a7..474ed59f8 100644 --- a/src/lib/components/billing/estimatedTotalBox.svelte +++ b/src/lib/components/billing/estimatedTotalBox.svelte @@ -70,8 +70,10 @@ >{!currentPlan.trialDays ? toLocaleDate(billingPayDate.toString()) : toLocaleDate(trialEndDate.toString())}. Once your credits run out, you'll be charged - {formatCurrency(currentPlan.price)} plus usage fees every 30 days. + >. {#if couponData?.status === 'active'}Once your credits run out, you'll be charged + {formatCurrency(currentPlan.price)} plus usage fees every 30 + days. + {/if}

diff --git a/src/lib/components/billing/planComparisonBox.svelte b/src/lib/components/billing/planComparisonBox.svelte index e297d8e75..6d11df4fd 100644 --- a/src/lib/components/billing/planComparisonBox.svelte +++ b/src/lib/components/billing/planComparisonBox.svelte @@ -109,7 +109,7 @@

Everything in the Pro plan, plus: