[dyad] Added Imprint and Privacy pages - wrote 3 file(s)

This commit is contained in:
[dyad]
2026-01-18 13:44:01 +01:00
parent 88de1f8a64
commit a3d407d269
3 changed files with 106 additions and 3 deletions

View File

@@ -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