From ce06db539ffdab4b546c6cabdafd3c68c0370fc1 Mon Sep 17 00:00:00 2001 From: Darshan Date: Mon, 1 Sep 2025 20:00:01 +0530 Subject: [PATCH] fix: messages and bug. --- src/lib/components/billing/alerts/projectsLimit.svelte | 10 ++++------ .../billing/alerts/selectProjectCloud.svelte | 5 ++++- src/lib/components/organizationUsageLimits.svelte | 4 +++- .../(console)/organization-[organization]/+page.svelte | 5 ++++- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/lib/components/billing/alerts/projectsLimit.svelte b/src/lib/components/billing/alerts/projectsLimit.svelte index a5e5d81e7..c6d8d9f5d 100644 --- a/src/lib/components/billing/alerts/projectsLimit.svelte +++ b/src/lib/components/billing/alerts/projectsLimit.svelte @@ -3,10 +3,7 @@ import { Click } from '$lib/actions/analytics'; import { Button } from '$lib/elements/forms'; import { HeaderAlert } from '$lib/layout'; - import { - hideBillingHeaderRoutes, - upgradeURL - } from '$lib/stores/billing'; + import { hideBillingHeaderRoutes, upgradeURL } from '$lib/stores/billing'; import { currentPlan, organization } from '$lib/stores/organization'; import SelectProjectCloud from './selectProjectCloud.svelte'; import { toLocaleDate } from '$lib/helpers/date'; @@ -30,8 +27,9 @@ type="warning" title="Action required: You have more than {$currentPlan.projects} projects."> - Choose which projects to keep before {toLocaleDate($organization.billingNextInvoiceDate)} or upgrade - to Pro. Projects over the limit will be blocked after this date. + Choose which projects to keep before {toLocaleDate( + $organization.billingNextInvoiceDate + )} or upgrade to Pro. Projects over the limit will be blocked after this date.