From f72f52b913648506db929e0e09df7458d667489d Mon Sep 17 00:00:00 2001
From: tudor <7089284+tudddorrr@users.noreply.github.com>
Date: Wed, 13 Nov 2024 04:58:44 +0000
Subject: [PATCH] update discord link
---
README.md | 2 +-
src/emails/mail.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ee1062b2..eac435e7 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Thinking about contributing to Talo? We’d love the help! Head over to our [con
## Join our community
-Have questions, want to share feedback or show off your game? [Join us on Discord](https://discord.gg/2RWwxXVY3v) to connect with other developers and get help from the Talo team.
+Have questions, want to share feedback or show off your game? [Join us on Discord](https://trytalo.com/discord) to connect with other developers and get help from the Talo team.
---
diff --git a/src/emails/mail.ts b/src/emails/mail.ts
index c6adca1b..57a760e3 100644
--- a/src/emails/mail.ts
+++ b/src/emails/mail.ts
@@ -38,7 +38,7 @@ export default class Mail {
this.preheader = preheader
this.footer = 'Need help?'
- this.footerText = 'Our team and community can be found on Discord.'
+ this.footerText = 'Our team and community can be found on Discord.'
this.why = 'You are receiving this email because you have a Talo account'
}