From 9de098c3ef9f6182920e8bfc15d52cab89e38da8 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 9 Oct 2024 11:55:49 +0200 Subject: [PATCH] fix(A11Y): hide icons with aria labels --- src/components/Backlink.astro | 3 ++- src/components/RSSLink.astro | 2 +- src/components/SearchLink.astro | 3 ++- src/components/SocialLinks.astro | 8 ++++---- src/components/ThemeToggle.astro | 1 + src/components/UpLink.astro | 7 +++++-- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/Backlink.astro b/src/components/Backlink.astro index 0e8f6b4..a09b8f7 100644 --- a/src/components/Backlink.astro +++ b/src/components/Backlink.astro @@ -24,11 +24,12 @@ const { backLink, class: className, ...props } = Astro.props; {...props} > ) diff --git a/src/components/RSSLink.astro b/src/components/RSSLink.astro index ed23087..57bd4e0 100644 --- a/src/components/RSSLink.astro +++ b/src/components/RSSLink.astro @@ -8,7 +8,7 @@ import Subsubheadline from './Subsubheadline.astro';