[dyad] Added Imprint and Privacy pages - wrote 3 file(s)
This commit is contained in:
@@ -9,9 +9,11 @@ export function Footer() {
|
||||
return (
|
||||
<footer className="w-full border-t bg-background">
|
||||
<div className="container mx-auto flex h-16 items-center justify-between px-4 md:px-6">
|
||||
<p className="text-sm text-muted-foreground">
|
||||
© {new Date().getFullYear()} Image Web Exporter
|
||||
</p>
|
||||
<div className="flex items-center gap-4 text-sm text-muted-foreground">
|
||||
<p>© {new Date().getFullYear()} Image Web Exporter</p>
|
||||
<Link href="/imprint" className="hover:text-primary transition-colors">Imprint</Link>
|
||||
<Link href="/privacy" className="hover:text-primary transition-colors">Privacy</Link>
|
||||
</div>
|
||||
<div className="flex items-center gap-4">
|
||||
{latestVersion && (
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user