diff --git a/src/components/SocialShare.tsx b/src/components/SocialShare.tsx index 1b297fe..baf7dd3 100644 --- a/src/components/SocialShare.tsx +++ b/src/components/SocialShare.tsx @@ -204,19 +204,16 @@ const SocialShare: React.FC = ({ - - {/* Home button */} - + + {/* Centered Home Icon */} +
+ window.location.href = '/'} + /> +
); };