[dyad] Footer-Layout angepasst - wrote 1 file(s)
This commit is contained in:
@@ -7,14 +7,7 @@ export function Footer() {
|
||||
|
||||
return (
|
||||
<footer className="w-full border-t bg-background">
|
||||
<div className="relative mx-auto flex h-16 w-full max-w-6xl items-center justify-between px-4 md:px-6">
|
||||
<div className="text-sm text-muted-foreground">
|
||||
</div>
|
||||
|
||||
<div className="absolute left-1/2 top-1/2 flex -translate-x-1/2 -translate-y-1/2 items-center gap-1">
|
||||
<ThemeToggle />
|
||||
</div>
|
||||
|
||||
<div className="mx-auto flex h-16 w-full max-w-6xl items-center justify-between px-4 md:px-6">
|
||||
<div className="flex items-center gap-4 text-sm text-muted-foreground">
|
||||
{latestVersion && (
|
||||
<Link
|
||||
@@ -25,6 +18,10 @@ export function Footer() {
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="flex items-center gap-1">
|
||||
<ThemeToggle />
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user