From 14163cf48a00e3cbe3d19f5b69c5f60bb2ebbfa9 Mon Sep 17 00:00:00 2001 From: Barbara Peric Date: Mon, 31 Mar 2025 11:45:42 +0100 Subject: [PATCH 1/2] fix: touch area for social media icons --- components/Footer.vue | 2 +- components/SocialNetworks.vue | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/Footer.vue b/components/Footer.vue index 30ed67c0..477b8b32 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -9,7 +9,7 @@ const { getStarted, resources } = useActions('footerLinks')
-
+
diff --git a/components/SocialNetworks.vue b/components/SocialNetworks.vue index f5d1999c..e5f53f2d 100644 --- a/components/SocialNetworks.vue +++ b/components/SocialNetworks.vue @@ -7,9 +7,13 @@ const socialNetworks = useActions('socialNetworks')