Skip to content

Commit 768fad6

Browse files
committed
fix: new privacy page
1 parent 73d136b commit 768fad6

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

app/_constants/footer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const FOOTER_MENU_LINKS = (lang: string) => [
1616
label: 'About'
1717
},
1818
{
19-
path: `/${lang}/privacy`,
19+
path: `/${lang}/privacy-policy`,
2020
label: 'Privacy Policy'
2121
},
2222
]

content/en/_meta.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,14 @@ export default {
2525
sidebar: false,
2626
typesetting: 'article',
2727
}
28+
},
29+
'privacy-policy': {
30+
type: 'page',
31+
title: 'Privacy Policy',
32+
display: 'hidden',
33+
theme: {
34+
sidebar: false,
35+
typesetting: 'article',
36+
}
2837
}
2938
}

content/en/privacy.mdx renamed to content/en/privacy-policy.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
---
2-
title: "Privacy Policy"
3-
description: "Privacy policy regarding the use of UX Patterns for Devs content with ChatGPT and other AI models"
4-
---
5-
6-
# Privacy Policy for ChatGPT Integration
1+
# Privacy Policy
72

83
Last updated: December 12, 2024
94

@@ -61,4 +56,4 @@ We may update this privacy policy from time to time. Any changes will be posted
6156
If you have any questions about this privacy policy or our ChatGPT integration, please contact us:
6257

6358
- GitHub Issues: [Create an issue](https://github.com/thedaviddias/ux-patterns-for-developers/issues/new)
64-
- Twitter: [@thedaviddias](https://x.com/thedaviddias)
59+
- Twitter: [@thedaviddias](https://ddias.link/x)

0 commit comments

Comments
 (0)