Skip to content

Commit 5274d14

Browse files
committed
Update Drawer.astro
1 parent 39738df commit 5274d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/Drawer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import Itchio from "@icons/Itchio.astro";
1818
<label class="swap swap-rotate btn btn-xl btn-ghost btn-circle absolute top-4 right-4">
1919
<!-- this hidden checkbox controls the state -->
2020
<input type="checkbox" data-toggle-theme="valentine,dracula" data-act-class="ACTIVECLASS"/>
21-
<Sun class="swap-off w-10 h-10" />
22-
<Moon class="swap-on w-10 h-10" />
21+
<Sun class="swap-on w-10 h-10" />
22+
<Moon class="swap-off w-10 h-10" />
2323
</label>
2424
</div>
2525

0 commit comments

Comments
 (0)