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