1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-29 23:45:58 -04:00

@jakejarvis/dark-mode -> dark-mode-switcheroo

This commit is contained in:
2021-09-09 18:00:23 -04:00
parent 4ce401b9ef
commit c9fe78c147
3 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { init } from "@jakejarvis/dark-mode";
import { init } from "dark-mode-switcheroo";
init({
toggle: document.querySelector(".dark-mode-toggle"),