Pinned Docker versions and preemptively fixed issues with ARIA

This commit is contained in:
Firq 2024-06-20 22:26:56 +02:00
parent 3ebbc2408b
commit 0b4bca36ed
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
4 changed files with 6 additions and 5 deletions
src/components

View file

@ -7,7 +7,7 @@ const hamburger_src_url = `url("${hamburger.src}")`
<header>
<a href="/" rel="noopener noreferrer" aria-label="Home" role="button">
<Image src={logo} alt="FGO TA Logo" loading="eager"/>
<Image src={logo} alt="" loading="eager"/>
<span class="visually-hidden">Logo</span>
</a>
<ul class="desktop">
@ -18,7 +18,7 @@ const hamburger_src_url = `url("${hamburger.src}")`
aria-label="Navigation Button"
tabindex="0"
onclick="this.focus()"
role="navigation"
role="button"
>
<ul>
<slot name="mobile" />