[dyad] Added a separator to the footer - wrote 1 file(s)

This commit is contained in:
[dyad]
2026-01-20 12:02:11 +01:00
parent ab6ccd4a4c
commit 5125008ff2

View File

@@ -1,8 +1,10 @@
import { ThemeToggle } from "@/components/theme-toggle"; import { ThemeToggle } from "@/components/theme-toggle";
import { Separator } from "@/components/ui/separator";
export const Footer = () => { export const Footer = () => {
return ( return (
<footer className="w-full max-w-2xl p-4 row-start-2"> <footer className="w-full max-w-2xl p-4 row-start-2">
<Separator className="mb-4" />
<div className="flex justify-between items-center"> <div className="flex justify-between items-center">
<p className="text-sm text-muted-foreground"> <p className="text-sm text-muted-foreground">
v0.1.0 v0.1.0