feat(theme): force dark mode site-wide

This commit is contained in:
kbot
2026-07-06 20:12:05 -05:00
parent b21a83c548
commit 7c8a4d8c52
3 changed files with 3 additions and 30 deletions

View File

@@ -3,7 +3,6 @@
import Link from "next/link";
import { usePathname } from "next/navigation";
import { m } from "motion/react";
import { ThemeToggle } from "@/components/ui/ThemeToggle";
const navLinks = [
{ label: "Home", href: "/" },
@@ -45,7 +44,6 @@ export function Header() {
</Link>
);
})}
<ThemeToggle />
</div>
</div>
</m.nav>