From 5fc5a3ebca45f64648abf784238d7e256f94f491 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 2 Jul 2026 11:49:49 -0400 Subject: [PATCH] Adjust spacing --- .../settings/(private)/billing/page.tsx | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/app/[orgId]/settings/(private)/billing/page.tsx b/src/app/[orgId]/settings/(private)/billing/page.tsx index b3d1bb351..aa121838f 100644 --- a/src/app/[orgId]/settings/(private)/billing/page.tsx +++ b/src/app/[orgId]/settings/(private)/billing/page.tsx @@ -1057,21 +1057,23 @@ export default function BillingPage() { -
+
{/* Current Usage */} -
+
{t("billingCurrentUsage") || "Current Usage"}
-
- - {getUserCount()} - - - {t("billingUsers") || "Users"} - +
+
+ + {getUserCount()} + + + {t("billingUsers") || "Users"} + +
{hasSubscription && getPricePerUser() > 0 && ( -
+
x ${getPricePerUser()} / month = $ {getUserCount() * getPricePerUser()} / month @@ -1081,7 +1083,7 @@ export default function BillingPage() {
{/* Maximum Limits */} -
+
{t("billingMaximumLimits") || "Maximum Limits"}