File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -514,6 +514,9 @@ export default function DataPolicyPage() {
514514 < a className = "text-primary hover:text-primary/80" href = "/privacy" >
515515 Privacy Policy →
516516 </ a >
517+ < a className = "text-primary hover:text-primary/80" href = "/dpa" >
518+ Data Processing Agreement →
519+ </ a >
517520 < a
518521 className = "text-primary hover:text-primary/80"
519522 href = "/docs/security"
Original file line number Diff line number Diff line change @@ -497,6 +497,9 @@ export default function PrivacyPage() {
497497 >
498498 Data Policy →
499499 </ a >
500+ < a className = "text-primary hover:text-primary/80" href = "/dpa" >
501+ Data Processing Agreement →
502+ </ a >
500503 < a
501504 className = "text-primary hover:text-primary/80"
502505 href = "/docs/security"
Original file line number Diff line number Diff line change @@ -214,6 +214,13 @@ export function Footer() {
214214 Data Policy
215215 </ Link >
216216 < span className = "text-muted-foreground/50 text-xs" > •</ span >
217+ < Link
218+ className = "text-muted-foreground/70 text-xs hover:text-muted-foreground sm:text-sm"
219+ href = "/dpa"
220+ >
221+ DPA
222+ </ Link >
223+ < span className = "text-muted-foreground/50 text-xs" > •</ span >
217224 < Link
218225 className = "text-muted-foreground/70 text-xs hover:text-muted-foreground sm:text-sm"
219226 href = "/terms"
You can’t perform that action at this time.
0 commit comments