Skip to content

Commit

Permalink
chore: Refactor ThemeToggle
Browse files Browse the repository at this point in the history
  • Loading branch information
kenowi-dev committed Sep 6, 2023
1 parent a0d36fe commit 7522ebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/sidebar/SidebarBottom.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import SidebarLink from "$lib/components/sidebar/SidebarLink.svelte";
import ThemeToggle from "$lib/components/ThemeToggle.svelte";
import ThemeToggle from "$lib/components/sidebar/ThemeToggle.svelte";
</script>

<div class="absolute bottom-0 left-0 justify-center p-4 space-x-4 w-full flex bg-white dark:bg-gray-800 z-20">
Expand Down
File renamed without changes.

0 comments on commit 7522ebd

Please sign in to comment.