From adea69550535a3a58347de2a742061a6e362f2ae Mon Sep 17 00:00:00 2001 From: Emil Krebs <68400102+emilkrebs@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:36:53 +0200 Subject: [PATCH] Update page.tsx --- src/app/privacy/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 90cd0b8..639a2bf 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -26,9 +26,9 @@ This website may contain links to other websites operated by third parties. We a We reserve the right to update this privacy policy at any time. We will notify you of any changes by posting the new privacy policy on this website. -## Contact us +## Contact -If you have any questions about this privacy policy, please contact me at [emil.krebs@outlook.de](mailto:emil.krebs@outlook.de). +If you have any questions about this privacy policy, please get in touch with me at [emil.krebs@outlook.de](mailto:emil.krebs@outlook.de). The source code for this website is available on [GitHub](https://github.com/emilkrebs/emilkrebs.dev). `; @@ -41,4 +41,4 @@ export default function PrivacyPolicy() { ); -} \ No newline at end of file +}