From 11b12e55b86169e0d8fcaa26ce994080f83dfc63 Mon Sep 17 00:00:00 2001 From: Firq Date: Mon, 1 Jan 2024 18:47:00 +0100 Subject: [PATCH] Added tabindex back --- src/components/navbarEntry.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/navbarEntry.astro b/src/components/navbarEntry.astro index 36873e2..175ff83 100644 --- a/src/components/navbarEntry.astro +++ b/src/components/navbarEntry.astro @@ -28,6 +28,7 @@ const fulllink = `/${slug}` aria-label={text} class={currPage} role="menuitem" + tabindex="0" >
{text}