From 559569cf1c145a35831ae92d272356dd088edc6c Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:48:41 +0400 Subject: [PATCH] Add titles to social icons and update URLs Added titles to the social icons for better accessibility and updated the URLs for each social platform in the navigation component. Also added an aria-label to the LanguagePicker component and included the icon title in the Icon.astro file. --- src/components/ui/LanguagePicker.astro | 1 + src/components/ui/icons/Icon.astro | 2 +- src/components/ui/icons/icons.ts | 5 +++++ src/utils/navigation.ts | 8 ++++---- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/ui/LanguagePicker.astro b/src/components/ui/LanguagePicker.astro index 8a78cb7..eb4e0ee 100644 --- a/src/components/ui/LanguagePicker.astro +++ b/src/components/ui/LanguagePicker.astro @@ -7,6 +7,7 @@ import Icon from "./icons/Icon.astro";