[dyad] Made footer separator full-width - wrote 2 file(s)

This commit is contained in:
[dyad]
2026-01-20 12:02:40 +01:00
parent 5125008ff2
commit c0bdf5fcf1
2 changed files with 14 additions and 12 deletions

View File

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