Skip to content

Commit

Permalink
fix: email addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienFaivre committed Jul 31, 2024
1 parent 1fd05f8 commit 1cec70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/privacy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const PrivacyPolicy = () => {
We retain your personal information for as long as your account
is active or as needed to provide you services. If you wish to
cancel your account or request that we no longer use your
information, please contact us at support@metacube.com. We will
information, please contact us at contact@metacube.com. We will
retain and use your information as necessary to comply with our
legal obligations, resolve disputes, and enforce our agreements.
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/app/terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ const TermsOfService = () => {
If you have any questions about these Terms, please contact us
at{" "}
<a
href="mailto:support@metacube.com"
href="mailto:contact@metacube.com"
className="text-green-400 hover:underline"
>
support@metacube.com
contact@metacube.com
</a>
.
</p>
Expand Down

0 comments on commit 1cec70b

Please sign in to comment.