feat: add email verification and dark mode

This commit is contained in:
JetSprow
2026-04-29 10:55:20 +10:00
parent 2a50d789dd
commit 5215850bac
32 changed files with 1244 additions and 61 deletions

View File

@@ -1,5 +1,6 @@
import { GitFork } from "lucide-react";
import { cn } from "@/lib/utils";
import { ThemeToggle } from "./theme-toggle";
const GITHUB_URL = "https://github.com/JetSprow/J-Board";
@@ -13,6 +14,8 @@ export function SiteFooter({ className }: { className?: string }) {
>
<span>J-Board</span>
<span className="h-1 w-1 rounded-full bg-muted-foreground/30" aria-hidden />
<ThemeToggle className="size-7 rounded-md border-transparent bg-transparent" />
<span className="h-1 w-1 rounded-full bg-muted-foreground/30" aria-hidden />
<a
href={GITHUB_URL}
target="_blank"