From 394d085846d976219ea775c21cd7e77f0f72a12b Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sat, 23 Jul 2022 18:55:26 +0200 Subject: [PATCH] refactor: added accessibility labels on icon buttons --- src/components/NavbarButtons.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/NavbarButtons.vue b/src/components/NavbarButtons.vue index cb8d6854..8296f3f4 100644 --- a/src/components/NavbarButtons.vue +++ b/src/components/NavbarButtons.vue @@ -9,6 +9,7 @@ href="https://github.com/CorentinTh/it-tools" rel="noopener" target="_blank" + aria-label="IT-Tools' github repository" > @@ -26,17 +27,18 @@ href="https://twitter.com/ittoolsdottech" rel="noopener" target="_blank" + aria-label="IT Tools' twitter account" > - Creator twitter + IT Tools' twitter account @@ -45,7 +47,7 @@