diff --git a/artifacts/ehsan-poc/src/pages/donate.tsx b/artifacts/ehsan-poc/src/pages/donate.tsx index a89c09b..f63d550 100644 --- a/artifacts/ehsan-poc/src/pages/donate.tsx +++ b/artifacts/ehsan-poc/src/pages/donate.tsx @@ -150,9 +150,9 @@ export default function Donate() { }; const StepIndicator = () => ( -
+
{/* Step 1 - Details */} -
+
= 1 ? "bg-primary text-primary-foreground border-primary" : "bg-background text-muted-foreground border-border" }`}> @@ -162,9 +162,10 @@ export default function Donate() { {t.donate.stepDetails}
-
= 2 ? "bg-primary" : "bg-border"}`} /> + {/* Connector - continuous line aligned to circle centers */} +
= 2 ? "bg-primary" : "bg-border"}`} /> {/* Step 2 - Payment */} -
+
= 2 ? "bg-primary text-primary-foreground border-primary" : "bg-background text-muted-foreground border-border" }`}> @@ -219,7 +220,6 @@ export default function Donate() { return (
-

{t.donate.title}