Skip to content

Commit

Permalink
Fix: strokeLineCap in navbar example (saadeghi#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerhyssmith committed Sep 12, 2022
1 parent 641481f commit 415fc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/routes/components/navbar.svelte.md
Expand Up @@ -477,7 +477,7 @@ data="{[
<div className="$$navbar-start">
<div className="$$dropdown">
<label tabIndex={0} className="$$btn $$btn-ghost $$btn-circle">
<svg xmlns="http://www.w3.org/2000/svg" className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path strokLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M4 6h16M4 12h16M4 18h7" /></svg>
<svg xmlns="http://www.w3.org/2000/svg" className="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M4 6h16M4 12h16M4 18h7" /></svg>
</label>
<ul tabIndex={0} className="$$menu $$menu-compact $$dropdown-content mt-3 p-2 shadow bg-base-100 rounded-box w-52">
<li><a>Homepage</a></li>
Expand Down

0 comments on commit 415fc6b

Please sign in to comment.