diff options
| author | schererleander <leander@schererleander.de> | 2025-12-28 21:47:13 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-28 21:47:13 +0100 |
| commit | e3ff6096bf56b0e39f27b7a90a543af76adabf3c (patch) | |
| tree | e3b5895b33468eb098639584fc2bcabd92308984 /components/footer.tsx | |
| parent | 2c102ad4756b5e7aeab3b0fd05fd0e37687f901f (diff) | |
chore: refactor privacy to legal
Diffstat (limited to 'components/footer.tsx')
| -rw-r--r-- | components/footer.tsx | 4 |
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 /> |
