From d2ac109f608049b0f32c677bf3412a41109f7f6a Mon Sep 17 00:00:00 2001 From: 4rjunc Date: Sun, 27 Oct 2024 18:30:23 +0530 Subject: [PATCH] =?UTF-8?q?adde=20whatsapp=20and=20telegram=20share=20butt?= =?UTF-8?q?on=20=E2=9A=93=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Reclaim.tsx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/components/Reclaim.tsx b/src/components/Reclaim.tsx index ef05c4c..8b8a021 100644 --- a/src/components/Reclaim.tsx +++ b/src/components/Reclaim.tsx @@ -284,6 +284,33 @@ function ReclaimDemo({ onProofReceived }: SocialMedia) { value={requestUrl} className="w-full p-3 border border-gray-200 rounded-lg bg-white text-sm font-mono text-gray-900" /> + + {/* Share Buttons */} +
+ {/* WhatsApp Share Button */} + + Share on WhatsApp + + + {/* Telegram Share Button */} + + Share on Telegram + +
)} {/* Success State */}