Skip to content

Commit

Permalink
disable theme switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Mar 25, 2024
1 parent 513630f commit 2bc8684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin/src/web/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import "./app.pcss";
import { Router, Route } from "svelte-routing";
import { Toaster } from "svelte-sonner";
import { ModeWatcher } from "mode-watcher";
// import { ModeWatcher } from "mode-watcher";
import Home from "./pages/home.svelte";
import Notfound from "./pages/notfound.svelte";
import App from "./pages/app/app.svelte";
Expand All @@ -11,7 +11,7 @@
export let url = "";
</script>

<ModeWatcher />
<!-- <ModeWatcher /> -->

<Toaster position="top-right" />

Expand Down
1 change: 0 additions & 1 deletion admin/src/web/src/pages/app-layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<div></div>
<div class="flex items-center space-x-2">
<IssueLink />
<Theme />
</div>
</div>
<div class="mx-auto pb-16 pt-6 w-full px-16">
Expand Down

0 comments on commit 2bc8684

Please sign in to comment.