From 2fb52c752a2f8feb0483687e7c2764fc9728a8b1 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 11:00:17 +0000 Subject: [PATCH] Center align share buttons Center aligned the share buttons in the `SocialShare` component. --- src/components/SocialShare.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SocialShare.tsx b/src/components/SocialShare.tsx index 7caab03..7f3cf60 100644 --- a/src/components/SocialShare.tsx +++ b/src/components/SocialShare.tsx @@ -119,7 +119,7 @@ const SocialShare: React.FC = ({ return (
-
+
{/* Social sharing buttons */}