From e37364887c765e8a837e3ff34d0aaf452679fadf Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Sat, 6 Jun 2026 08:52:25 +0000 Subject: [PATCH] Update donate button to "Donate Now" and remove cart icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modify the primary donate button on the donation page to display "تبرع الآن" (Donate Now) and remove the shopping cart icon. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1fa9329f-0cec-4a2f-80e8-e26dbae3142e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0d89ae2a-f757-4ba0-9f5d-3435ea6a965c Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/4d696b13-86f2-4c9d-be0d-95b293430047/1fa9329f-0cec-4a2f-80e8-e26dbae3142e/jcrlUki Replit-Helium-Checkpoint-Created: true --- artifacts/ehsan-poc/src/pages/donate.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/artifacts/ehsan-poc/src/pages/donate.tsx b/artifacts/ehsan-poc/src/pages/donate.tsx index b35a9fe..a9ee4a8 100644 --- a/artifacts/ehsan-poc/src/pages/donate.tsx +++ b/artifacts/ehsan-poc/src/pages/donate.tsx @@ -15,7 +15,7 @@ import { Input } from "@/components/ui/input"; import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { Checkbox } from "@/components/ui/checkbox"; -import { CheckCircle, Heart, Gift, ShoppingCart, Check } from "lucide-react"; +import { CheckCircle, Heart, Gift, Check } from "lucide-react"; import { Skeleton } from "@/components/ui/skeleton"; import { getNeedImage } from "../lib/needImages"; import { Riyal } from "@/components/Riyal"; @@ -299,12 +299,11 @@ export default function Donate() { )}