Skip to content

Commit 96fa2b7

Browse files
committed
dpa
1 parent ed16ba6 commit 96fa2b7

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

apps/docs/app/(home)/data-policy/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

apps/docs/app/(home)/privacy/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

apps/docs/components/footer.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)