[dyad] Theme-Schalter hinzugefügt - wrote 2 file(s)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user