We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d23de commit eaa894bCopy full SHA for eaa894b
layouts/_partials/nav.html
@@ -13,7 +13,7 @@
13
</div>
14
</a>
15
<button class="rounded-lg md:hidden focus:outline-none focus:shadow-outline" @click="open = !open"
16
- role="menuitem" aria-expanded="false" aria-label="Main" aria-controls="menuItems">
+ role="button" aria-expanded="false" aria-label="Main">
17
<svg fill="currentColor" viewBox="0 0 20 20" class="w-6 h-6">
18
<path x-show="!open" fill-rule="evenodd"
19
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM9 15a1 1 0 011-1h6a1 1 0 110 2h-6a1 1 0 01-1-1z"
0 commit comments