From 66880b2d6e6d767b7e27cc9cfbd6c5227c61f318 Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Fri, 22 May 2026 04:41:39 +0000 Subject: [PATCH] article: add LinkedIn, X, Facebook, Reddit, WhatsApp, Copy-Link share buttons next to email --- .../news/[slug]/NewsArticleDetailClient.tsx | 92 ++++++++++++++++--- 1 file changed, 81 insertions(+), 11 deletions(-) diff --git a/src/app/news/[slug]/NewsArticleDetailClient.tsx b/src/app/news/[slug]/NewsArticleDetailClient.tsx index 4e599a4..6f935e8 100644 --- a/src/app/news/[slug]/NewsArticleDetailClient.tsx +++ b/src/app/news/[slug]/NewsArticleDetailClient.tsx @@ -327,26 +327,96 @@ export default function NewsArticleDetailClient({ {/* Action buttons */} -
+
{/* Email Share Button */} + {/* LinkedIn */} + + + + + {/* X / Twitter */} + + + + + {/* Facebook */} + + + + + {/* Reddit */} + + + + + {/* WhatsApp */} + + + + + {/* Copy Link */} + + +