From 9d4fc17389d51cb728fbc5602d03c3e1cfbd5955 Mon Sep 17 00:00:00 2001 From: Vigneshraj Sekar Babu Date: Mon, 12 Jan 2026 12:00:44 -0800 Subject: [PATCH] fix: discord invite link --- src/pages/articles/introduction.mdx | 2 +- src/theme.config.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/articles/introduction.mdx b/src/pages/articles/introduction.mdx index acace62..f59974e 100644 --- a/src/pages/articles/introduction.mdx +++ b/src/pages/articles/introduction.mdx @@ -24,4 +24,4 @@ By sharing Lifecycle, we hope to help teams stuck in the same limited environmen We look forward to learning from you, growing together, and making shipping high-quality software faster and more enjoyable for everyone! -Join our Discord server [here](https://discord.gg/TEtKgCs8T8) to connect!! +Join our Discord server [here](https://discord.gg/M5fhHJuEX8) to connect!! diff --git a/src/theme.config.tsx b/src/theme.config.tsx index b0b3554..2334d7f 100644 --- a/src/theme.config.tsx +++ b/src/theme.config.tsx @@ -86,7 +86,7 @@ export const MainTemplate = ({ children }: MainProps) => { export const TopNavExtraContent = () => { return ( - + );