From 6c2c6da91d94b04448f2b744414adeabdd6bec1c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 16 Feb 2026 22:36:24 -0600 Subject: [PATCH] feat: organize to consistency --- .../buttons/SocialShareButton.astro | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) 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) => ( + +
+ +
+
+ ))}