From 4180ecc3c3d824d233950a116bd01ff101c797d1 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Apr 2026 10:11:35 +0000 Subject: [PATCH] kasuti: acknowledgement footer with links Adds a centered footer under the dead-end banner thanking Priyam and linking to the Wikipedia page, the rocksea tutorial, the IITGN course, Guddi Crafts, and the Instagram handle. https://claude.ai/code/session_01KNdXjQczMCRGMK7K3Qderw --- .../interactives/KasutiEmbroidery.tsx | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/components/interactives/KasutiEmbroidery.tsx b/src/components/interactives/KasutiEmbroidery.tsx index 655de7f..c64d2f2 100644 --- a/src/components/interactives/KasutiEmbroidery.tsx +++ b/src/components/interactives/KasutiEmbroidery.tsx @@ -909,6 +909,56 @@ const KasutiEmbroidery: React.FC = () => { different route. )} + + ); };