From d743dfc191ddf55229775b3cf4a9cc721a7b2318 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Mon, 9 Sep 2024 20:23:51 +0200 Subject: [PATCH] Refactor Discord links in codebase to use the updated invite link --- src/app/privacy-policy/page.tsx | 2 +- src/components/footer.tsx | 2 +- src/components/navigation.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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." }, {