[dyad] Matched footer width to page - wrote 1 file(s)

This commit is contained in:
[dyad]
2026-01-20 13:33:21 +01:00
parent 49668ca71e
commit 6650fca478

View File

@@ -5,7 +5,7 @@ export const Footer = () => {
return (
<footer className="w-full">
<Separator />
<div className="w-full max-w-2xl mx-auto flex justify-between items-center p-4">
<div className="w-full max-w-6xl mx-auto flex justify-between items-center p-4">
<p className="text-sm text-muted-foreground">
v0.1.0
</p>