Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Mar 22, 2022
1 parent 1cd56d7 commit ea97b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/src/routes/components/navbar.svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ data="{[
</div>
</div>
<pre slot="html" use:replace={{ to: $prefix }}>{
`<div class="$$navbar bg-base-100 mb-40 shadow-xl rounded-box">
`<div class="$$navbar bg-base-100">
<div class="flex-1">
<a class="$$btn $$btn-ghost normal-case text-xl">daisyUI</a>
</div>
Expand Down Expand Up @@ -314,7 +314,7 @@ data="{[
</div>
</div>
<pre slot="html" use:replace={{ to: $prefix }}>{
`<div class="$$navbar bg-base-100 mb-40 shadow-xl rounded-box">
`<div class="$$navbar bg-base-100">
<div class="$$navbar-start">
<div class="$$dropdown">
<label tabindex="0" class="$$btn $$btn-ghost $$btn-circle">
Expand Down

0 comments on commit ea97b51

Please sign in to comment.