Skip to content

Commit

Permalink
fix(docs): Bordered menu item preview has incorrect class (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
koolskateguy89 committed Jan 9, 2023
1 parent c610b99 commit e2857f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/routes/components/menu.svelte.md
Expand Up @@ -160,7 +160,7 @@ data="{[
<Component title="Item with border">
<ul class="menu bg-base-100 w-56 shadow-xl rounded-box">
<li><a>Item 1</a></li>
<li class="borderedbordered"><a>I have border</a></li>
<li class="bordered"><a>I have border</a></li>
<li><a>Item 3</a></li>
</ul>
<pre slot="html" use:replace={{ to: $prefix }}>{
Expand Down

0 comments on commit e2857f7

Please sign in to comment.