diff --git a/src/components/buttons/SocialShareButton.astro b/src/components/buttons/SocialShareButton.astro index 0388fc7..6919ede 100644 --- a/src/components/buttons/SocialShareButton.astro +++ b/src/components/buttons/SocialShareButton.astro @@ -33,19 +33,20 @@ const socialPlatforms: SocialPlatform[] = [ ---
- { - socialPlatforms.map((platform) => ( - -
- -
-
- )) - } + {socialPlatforms.map((platform) => ( + +
+ +
+
+ ))}