aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-12-28 21:47:13 +0100
committerschererleander <leander@schererleander.de>2025-12-28 21:47:13 +0100
commite3ff6096bf56b0e39f27b7a90a543af76adabf3c (patch)
treee3b5895b33468eb098639584fc2bcabd92308984 /components
parent2c102ad4756b5e7aeab3b0fd05fd0e37687f901f (diff)
chore: refactor privacy to legal
Diffstat (limited to 'components')
-rw-r--r--components/footer.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/footer.tsx b/components/footer.tsx
index b78b8b3..13da67c 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -7,10 +7,10 @@ export function Footer() {
<div className="flex items-center justify-between">
<div className="flex gap-4">
<Link
- href="/privacy"
+ href="/legal"
className="text-muted-foreground/60 transition-colors hover:text-foreground"
>
- Privacy
+ Legal
</Link>
</div>
<Panda />