Skip to content

Commit

Permalink
Update navbar.svelte.md (saadeghi#603)
Browse files Browse the repository at this point in the history
missing tabindex in the html viewer
  • Loading branch information
acoreyj authored Mar 14, 2022
1 parent cd9e370 commit f000be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/routes/components/navbar.svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ data="{[
`<div class="$$navbar bg-base-100">
<div class="$$navbar-start">
<div class="$$dropdown">
<label class="$$btn $$btn-ghost lg:hidden">
<label tabindex="0" class="$$btn $$btn-ghost lg:hidden">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /></svg>
</label>
<ul tabindex="0" class="$$menu $$menu-compact $$dropdown-content mt-3 p-2 shadow bg-base-100 rounded-box w-52">
Expand Down

0 comments on commit f000be1

Please sign in to comment.