From fffef60892e976440ff1ea869e5376d636f7c2f2 Mon Sep 17 00:00:00 2001 From: juancruz Date: Thu, 18 Jan 2024 22:42:51 -0300 Subject: [PATCH] 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 @@ >