From f91af0744c28515599687e9bb2f00eaa672b6d59 Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Tue, 20 Jan 2026 20:16:18 +0000 Subject: [PATCH] singup page toggle centered --- .../src/components/auth/SignUpFormUnified.tsx | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/auth/SignUpFormUnified.tsx b/frontend/src/components/auth/SignUpFormUnified.tsx index 6ffeb8a6..7b6cc065 100644 --- a/frontend/src/components/auth/SignUpFormUnified.tsx +++ b/frontend/src/components/auth/SignUpFormUnified.tsx @@ -459,8 +459,20 @@ export default function SignUpFormUnified({ document.getElementById('signup-pricing-plans') && ReactDOM.createPortal(
- {/* Billing Toggle - Centered with inline discount */} -
+ {/* Billing Toggle - Centered with discount badge above */} +
+ {/* Savings Badge - Fixed height to prevent layout shift */} +
+

+ + + + Save up to {annualDiscountPercent}% +

+
+ {/* Toggle Switch */}
-

- - - - Save up to {annualDiscountPercent}% -

{/* Plan Cards - Single column, stacked vertically */}