Added tabindex back
This commit is contained in:
parent
bb0fe0bece
commit
11b12e55b8
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ const fulllink = `/${slug}`
|
|||
aria-label={text}
|
||||
class={currPage}
|
||||
role="menuitem"
|
||||
tabindex="0"
|
||||
>
|
||||
<div class="icon"></div>
|
||||
{text}
|
||||
|
|
Loading…
Reference in a new issue