Skip to content

Commit feb82ad

Browse files
authored
Merge pull request #264 from dotCMS/add-privacy-policy-footer-link
Add Privacy Policy link to footer
2 parents 5fa3cfe + f6e3c3b commit feb82ad

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)