From 48c4505520cb9da627ab01c389088960803d726d Mon Sep 17 00:00:00 2001 From: Ramnaresh Date: Thu, 25 Jul 2024 14:57:24 +0530 Subject: [PATCH] Feat #502 added hovering effect on socials --- frontend/src/components/SharePostButtons.tsx | 40 ++++++++++++-------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/frontend/src/components/SharePostButtons.tsx b/frontend/src/components/SharePostButtons.tsx index e5741fe1..d52f4b6b 100644 --- a/frontend/src/components/SharePostButtons.tsx +++ b/frontend/src/components/SharePostButtons.tsx @@ -19,21 +19,31 @@ type Props = { const SharePostButtons = ({shareUrl, title}: Props) => { return (
- - - - - - - - - - - - - - - +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
); };