From 5d4424e29a43939407a18b1164e6a9c774eb6b4b Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sun, 1 Sep 2024 15:57:36 +0200 Subject: [PATCH] feat: Update Discord links in privacy policy and navigation The code changes include: - Updating the Discord link in the privacy policy page to [Zen Browser's Discord](https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748). - Updating the Discord link in the navigation component to [Zen Browser's Discord](https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748). --- src/app/privacy-policy/page.tsx | 2 +- src/components/navigation.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index 32236a3..a3ee48f 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.gg/nnShMQzR4b) +* Discord: [Zen Browser's Discord](https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748) * GitHub: [Organization](https://github.com/zen-browser) --- diff --git a/src/components/navigation.tsx b/src/components/navigation.tsx index e99420f..5533cfb 100644 --- a/src/components/navigation.tsx +++ b/src/components/navigation.tsx @@ -28,7 +28,7 @@ export const components: { title: string; href: string; description: string }[] }, { title: "Discord", - href: "https://discord.gg/nnShMQzR4b", + href: "https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748", description: "Join our Discord server to chat with the community." }, {