Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkrebs authored Jul 31, 2024
1 parent 8e0eb1b commit adea695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/privacy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 [[email protected]](mailto:[email protected]).
If you have any questions about this privacy policy, please get in touch with me at [[email protected]](mailto:[email protected]).
The source code for this website is available on [GitHub](https://github.com/emilkrebs/emilkrebs.dev).
`;
Expand All @@ -41,4 +41,4 @@ export default function PrivacyPolicy() {
</section>
</main>
);
}
}

0 comments on commit adea695

Please sign in to comment.