Skip to content

Commit f6e3c3b

Browse files
wezellclaude
andcommitted
Add Privacy Policy link to footer
Adds a /docs/privacy-policy link to the global footer nav so it appears on every page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5fa3cfe commit f6e3c3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

components/footer.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ export default function Footer() {
5858
<Link href="https://www.dotcms.com/contact-us" prefetch={false} target="_blank" rel="noopener noreferrer" className="text-sm text-muted-foreground hover:text-foreground">
5959
Contact
6060
</Link>
61+
<Link href="/docs/privacy-policy" className="text-sm text-muted-foreground hover:text-foreground">
62+
Privacy Policy
63+
</Link>
6164
</nav>
6265

6366
<p className="text-sm text-muted-foreground">

0 commit comments

Comments
 (0)