[dyad] Aligned footer width - wrote 1 file(s)
This commit is contained in:
@@ -4,13 +4,15 @@ import { Separator } from "@/components/ui/separator";
|
|||||||
export const Footer = () => {
|
export const Footer = () => {
|
||||||
return (
|
return (
|
||||||
<footer className="w-full">
|
<footer className="w-full">
|
||||||
|
<div className="w-full max-w-6xl mx-auto px-4 sm:px-8">
|
||||||
<Separator />
|
<Separator />
|
||||||
<div className="w-full max-w-6xl mx-auto flex justify-between items-center p-4">
|
<div className="flex justify-between items-center py-4">
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
v0.1.0
|
v0.1.0
|
||||||
</p>
|
</p>
|
||||||
<ThemeToggle />
|
<ThemeToggle />
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user