## Introduction
diff --git a/apps/docs/contributing/development-workflow/1-setup.mdx b/apps/docs/contributing/development-workflow/1-setup.mdx
index aa46a61491..76893941bb 100644
--- a/apps/docs/contributing/development-workflow/1-setup.mdx
+++ b/apps/docs/contributing/development-workflow/1-setup.mdx
@@ -41,4 +41,4 @@ To contribute to the project, you must use **Node 18** or higher.
If you plan to contribute to the docs, view our [Writing docs](/contributing/development-workflow/5-writing-docs) guide for additional setup.
-If you have have any trouble, please [reach out on Discord](https://discord.com/invite/n2pWEjjNnD) or consider [opening up an issue on GitHub](https://github.com/resend/react-email/issues/new?assignees=&labels=Type%3A+Bug&projects=&template=1.bug_report.yml) after reading the [issue guidelines](/contributing/opening-issues).
+If you have any trouble, please [reach out on GitHub Discussions](https://github.com/resend/react-email/discussions) or consider [opening up an issue on GitHub](https://github.com/resend/react-email/issues/new?assignees=&labels=Type%3A+Bug&projects=&template=1.bug_report.yml) after reading the [issue guidelines](/contributing/opening-issues).
diff --git a/apps/docs/contributing/opening-pull-requests.mdx b/apps/docs/contributing/opening-pull-requests.mdx
index 145636b3fc..b447d6356d 100644
--- a/apps/docs/contributing/opening-pull-requests.mdx
+++ b/apps/docs/contributing/opening-pull-requests.mdx
@@ -67,5 +67,5 @@ Writing down your specific changes—both generally and technically—makes it c
## Getting in touch with us
-If you have any questions or need help, you can find us on [Discord](https://discord.com/invite/n2pWEjjNnD).
+If you have any questions or need help, you can find us on [GitHub Discussions](https://github.com/resend/react-email/discussions).
diff --git a/apps/docs/docs.json b/apps/docs/docs.json
index 86e3ca154c..001759c314 100644
--- a/apps/docs/docs.json
+++ b/apps/docs/docs.json
@@ -121,11 +121,6 @@
"href": "https://demo.react.email/preview/notifications/vercel-invite-user",
"icon": "arrow-pointer"
},
- {
- "anchor": "Discord",
- "href": "https://react.email/discord",
- "icon": "discord"
- },
{
"anchor": "GitHub",
"href": "https://github.com/resend/react-email",
diff --git a/apps/docs/roadmap.mdx b/apps/docs/roadmap.mdx
index 6a9fda3efe..abe405f36a 100644
--- a/apps/docs/roadmap.mdx
+++ b/apps/docs/roadmap.mdx
@@ -6,7 +6,7 @@ description: 'Understand what is currently being prioritized and what we are pla
icon: 'map'
---
-If any of these are important to you please let us know. We use community feedback to plan our roadmap, and we also encourage contributors to submit their ideas on [Discord](https://react.email/discord) so that we can discuss them with the community.
+If any of these are important to you please let us know. We use community feedback to plan our roadmap, and we also encourage contributors to submit their ideas on [GitHub Discussions](https://github.com/resend/react-email/discussions) so that we can discuss them with the community.
Feel free to contribute to any of them as well.
diff --git a/apps/web/next.config.js b/apps/web/next.config.js
index d322af9209..3bcd85fb2d 100644
--- a/apps/web/next.config.js
+++ b/apps/web/next.config.js
@@ -8,11 +8,6 @@ module.exports = {
serverExternalPackages: ['@react-email/components', '@react-email/render'],
async redirects() {
return [
- {
- source: '/discord',
- destination: 'https://discord.com/invite/n2pWEjjNnD',
- permanent: true,
- },
{
source: '/examples',
destination: '/templates',
diff --git a/apps/web/src/components/menu.tsx b/apps/web/src/components/menu.tsx
index 535b6ebc29..e23e9ef40b 100644
--- a/apps/web/src/components/menu.tsx
+++ b/apps/web/src/components/menu.tsx
@@ -14,7 +14,6 @@ interface MenuItemProps {
}
const GITHUB_URL = 'https://github.com/resend/react-email';
-const DISCORD_URL = '/discord';
const MenuItem: React.FC> = ({
className,
@@ -64,48 +63,23 @@ const MenuItems = ({ onItemClick }: { onItemClick: () => void }) => (
);
const SocialIcons = ({ onItemClick }: { onItemClick: () => void }) => (
- <>
-
-
- >
+
+
+
);
export const Menu: React.FC = () => {
diff --git a/packages/button/readme.md b/packages/button/readme.md
index 3d1beded25..a0874ff547 100644
--- a/packages/button/readme.md
+++ b/packages/button/readme.md
@@ -4,11 +4,10 @@
This package is used to store the preview server, it is also published and versioned so that it can be installed when the [CLI](../react-email) is being used.
diff --git a/packages/preview/readme.md b/packages/preview/readme.md
index b405e33958..fa1037812a 100644
--- a/packages/preview/readme.md
+++ b/packages/preview/readme.md
@@ -4,11 +4,10 @@
A preview text that will be displayed in the inbox of the recipient.