From ab5c7bd1c2cb8c447e91bea519a8f9f3241a0663 Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Sat, 6 Jun 2026 08:17:05 +0000 Subject: [PATCH] Improve donation page design by removing title and fixing step indicator Remove the donation completion title and adjust the step indicator to have a continuous connecting line between steps, aligning it with the circle centers. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1fa9329f-0cec-4a2f-80e8-e26dbae3142e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 3ea7b168-6586-4ee3-9750-a9b030af879c Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/4d696b13-86f2-4c9d-be0d-95b293430047/1fa9329f-0cec-4a2f-80e8-e26dbae3142e/4h87PGZ Replit-Helium-Checkpoint-Created: true --- artifacts/ehsan-poc/src/pages/donate.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}