diff --git a/apps/web/app/account/billing/resume-subscription-button.tsx b/apps/web/app/account/billing/resume-subscription-button.tsx index 3983cd22..30c02f8f 100644 --- a/apps/web/app/account/billing/resume-subscription-button.tsx +++ b/apps/web/app/account/billing/resume-subscription-button.tsx @@ -48,7 +48,10 @@ export default function ResumeSubscriptionButton({ {currentPlan !== "Basic" && subscriptionStatus === "cancelled" && ( -
+
Expires at{" "} {new Date(expiresAt).toLocaleDateString(undefined, { day: "numeric", @@ -77,12 +80,12 @@ function Submit({ if (currentPlan === "Basic" && subscriptionStatus === "cancelled") { buttonText = "Current plan"; className = - "pointer-events-none w-full mb-6 bg-white hover:bg-white !text-muted-foreground border border-muted-foreground"; + "pointer-events-none w-full mb-5 bg-white hover:bg-white !text-muted-foreground border border-muted-foreground"; } return (