We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fa3cfe + f6e3c3b commit feb82adCopy full SHA for feb82ad
1 file changed
components/footer.tsx
@@ -58,6 +58,9 @@ export default function Footer() {
58
<Link href="https://www.dotcms.com/contact-us" prefetch={false} target="_blank" rel="noopener noreferrer" className="text-sm text-muted-foreground hover:text-foreground">
59
Contact
60
</Link>
61
+ <Link href="/docs/privacy-policy" className="text-sm text-muted-foreground hover:text-foreground">
62
+ Privacy Policy
63
+ </Link>
64
</nav>
65
66
<p className="text-sm text-muted-foreground">
0 commit comments