diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx
index a178837..fda0c6e 100644
--- a/src/app/privacy-policy/page.tsx
+++ b/src/app/privacy-policy/page.tsx
@@ -83,7 +83,7 @@ You can also optionally enable telemetry data collection and other Mozilla Resea
# 9. Contact Us
If you have any questions or concerns about this Privacy Policy or Zen Browser, please contact us at:
-* Discord: [Zen Browser's Discord](https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748)
+* Discord: [Zen Browser's Discord](https://discord.gg/zen-browser)
* GitHub: [Organization](https://github.com/zen-browser)
---
diff --git a/src/components/footer.tsx b/src/components/footer.tsx
index cf4b872..1f8fcc6 100644
--- a/src/components/footer.tsx
+++ b/src/components/footer.tsx
@@ -19,7 +19,7 @@ export default function Footer() {
-
+
diff --git a/src/components/navigation.tsx b/src/components/navigation.tsx
index 2713bf2..48183ce 100644
--- a/src/components/navigation.tsx
+++ b/src/components/navigation.tsx
@@ -26,7 +26,7 @@ export const components: { title: string; href: string; description: string }[]
},
{
title: "Discord",
- href: "https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748",
+ href: "https://discord.gg/zen-browser",
description: "Join our Discord server to chat with the community and get support."
},
{