From fffef60892e976440ff1ea869e5376d636f7c2f2 Mon Sep 17 00:00:00 2001 From: juancruz Date: Thu, 18 Jan 2024 22:42:51 -0300 Subject: [PATCH 1/3] Improve accesibility (in Desktop mode) from 90 to 95 --- src/components/navbar.svelte | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index adebe45..69005eb 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -21,7 +21,8 @@ name: 'API', url: '/api', icon: CloudyIcon, - external: false + external: false, + label: "Go to the SVGL's API section" }, { name: 'Extensions', @@ -35,7 +36,7 @@ url: 'https://github.com/pheralb/svgl#-getting-started', icon: ArrowUpRight, external: true, - label: "Go to the SVGL's getting started section" + label: "Submit logo and go to the SVGL's getting started section" } ]; @@ -50,11 +51,13 @@ >
From 9c8e17b2137c694b50ddee01eac1d5ef6dd30712 Mon Sep 17 00:00:00 2001 From: Larry Ivan Villegas Costas Date: Fri, 19 Jan 2024 12:46:05 -0400 Subject: [PATCH 2/3] =?UTF-8?q?=E2=99=BF=20Update=20navbar=20link=20label?= =?UTF-8?q?=20to=20fix=20accesibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navbar.svelte | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index 69005eb..2f89ccd 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -50,10 +50,8 @@ )} >