update contact mails

This commit is contained in:
AykutSarac 2023-07-27 09:37:38 +03:00
parent 5d5f5ae355
commit 93b92be14a
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ export const CancelPremiumModal: React.FC<ModalProps> = ({ opened, onClose }) =>
if (errors?.items.length) {
return toast.error(
"An error occured while cancelling plan! Please contact aykut@jsoncrack.com"
"An error occured while cancelling plan! Please contact contact@jsoncrack.com"
);
}
@ -36,7 +36,7 @@ export const CancelPremiumModal: React.FC<ModalProps> = ({ opened, onClose }) =>
You can restart your subscription anytime.
<br />
<Text size="xs" color="dimmed">
If you have problems with cancelling plan please contact: aykut@jsoncrack.com
If you have problems with cancelling plan please contact: contact@jsoncrack.com
</Text>
<Anchor target="_blank" href="https://patreon.com/herowand">
Click here to cancel if you are Patreon member

View File

@ -138,7 +138,7 @@ export function FooterLinks({ data }: FooterLinksProps) {
© jsoncrack.com
</Text>
<Text color="gray" size="sm">
Contact: aykut@jsoncrack.com
Contact: contact@jsoncrack.com
</Text>
</Container>
</footer>