aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
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 />