[dyad] Theme-Schalter hinzugefügt - wrote 2 file(s)

This commit is contained in:
[dyad]
2026-01-19 10:41:41 +01:00
parent efc412de99
commit d7b26219fc
2 changed files with 42 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import Link from "next/link";
import { Github, Twitter } from "lucide-react";
import { Button } from "@/components/ui/button";
import { changelogData } from "@/lib/changelog-data";
import { ThemeToggle } from "./theme-toggle";
export function Footer() {
const latestVersion = changelogData[0]?.version;
@@ -24,6 +25,7 @@ export function Footer() {
<Twitter className="h-4 w-4" />
</Link>
</Button>
<ThemeToggle />
</div>
<div className="flex items-center gap-4 text-sm text-muted-foreground">