From 2cc540e8c1ecab421efcf8504995ad04b8ed3e1f Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Mon, 14 Oct 2024 17:14:59 +0200 Subject: [PATCH] docs: use support@2anki.net where possible --- CONTRIBUTING.md | 11 ++++++----- src/components/forms/RegisterForm.tsx | 2 +- src/pages/SuccessfulCheckout/SuccessfulCheckout.tsx | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61e5d402..09579ef8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,17 +7,18 @@ We use mostly Typescript, Here are some resources you can use to learn TypeScrip - [TypeScript Docs](https://www.typescriptlang.org/) - [Scrimba courses](https://scrimba.com/) -Thanks for your interest in notion2anki. We hope you'll contribute to our project. We are looking forward to your pull requests! +Thanks for your interest in 2anki.net. We hope you'll contribute to our project. We are looking forward to your pull +requests! -If you know someone who can benefit from Notion to Anki, please share it with them today! +If you know someone who can benefit from 2anki.net, please share it with them today! - If you are missing a feature or format, let us know on [GitHub](https://github.com/2anki/2anki.net/issues) ## Other ways to contribute -- Make a video in your native language showing people how to use notion2anki -- Write about notion2anki on your blog +- Make a video in your native language showing people how to use 2anki.net +- Write about 2anki.net on your blog -Join the [Discord](https://discord.gg/PSKC3uS) to find out more ways to contribute or send an email to [alexander@alemayhu.com](mailto:alexander@alemayhu.com) +Email [support@2anki.net](mailto:support@2anki.net). PS: Remember to send us links when you create a video or blog post, thank you 🙏🏾 diff --git a/src/components/forms/RegisterForm.tsx b/src/components/forms/RegisterForm.tsx index 470758bd..4231ffab 100644 --- a/src/components/forms/RegisterForm.tsx +++ b/src/components/forms/RegisterForm.tsx @@ -38,7 +38,7 @@ function RegisterForm({ setErrorMessage }: Props) { window.location.href = '/login'; } else { setErrorMessage( - 'Unknown error. Please try again or reach out to alexander@alemayhu.com for assistance if the issue persists.' + 'Unknown error. Please try again or reach out to support@2anki.net for assistance if the issue persists.' ); } } catch (error) { diff --git a/src/pages/SuccessfulCheckout/SuccessfulCheckout.tsx b/src/pages/SuccessfulCheckout/SuccessfulCheckout.tsx index e7d5cca9..35be5a02 100644 --- a/src/pages/SuccessfulCheckout/SuccessfulCheckout.tsx +++ b/src/pages/SuccessfulCheckout/SuccessfulCheckout.tsx @@ -5,7 +5,7 @@ import { Container } from '../../components/styled'; const loginLink = 'https://2anki.net/login'; const registerLink = 'https://2anki.net/register'; const settingsLink = 'https://2anki.net/settings'; -const supportLink = 'mailto:alexander@alemayhu.com'; +const supportLink = 'mailto:support@2anki.net'; export default function SuccessfulCheckout() { return (