[dyad] Made the footer smaller - wrote 1 file(s)
This commit is contained in:
@@ -5,7 +5,7 @@ export const Footer = () => {
|
|||||||
return (
|
return (
|
||||||
<footer className="w-full">
|
<footer className="w-full">
|
||||||
<Separator />
|
<Separator />
|
||||||
<div className="w-full max-w-2xl mx-auto flex justify-between items-center p-4 sm:p-8">
|
<div className="w-full max-w-2xl mx-auto flex justify-between items-center p-4">
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
v0.1.0
|
v0.1.0
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user