mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: add email verification and dark mode
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user