diff --git a/src/app/plans/change/page.tsx b/src/app/plans/change/page.tsx index e704124..f2384e8 100644 --- a/src/app/plans/change/page.tsx +++ b/src/app/plans/change/page.tsx @@ -36,7 +36,7 @@ function PlanSection ({ planID, planName, flatFee, flatFeeAllotment, perGbFee }: setIsUpdatingPlan(false) } return ( -
+
{planName}
@@ -87,7 +87,7 @@ export default function Plans () {

Plans

Pick the price plan that works for you.

-
+
diff --git a/src/components/UsageBar.tsx b/src/components/UsageBar.tsx index 71b1964..fd0748e 100644 --- a/src/components/UsageBar.tsx +++ b/src/components/UsageBar.tsx @@ -61,16 +61,16 @@ export function UsageBar (): ReactNode {
{plan?.product ? (
-
Plan: {Plans[plan.product]?.name ?? plan.product}
+
Plan: {Plans[plan.product]?.name ?? plan.product}
- change plan + change plan - update billing + update billing
) : null}