Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/articles/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!!
2 changes: 1 addition & 1 deletion src/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const MainTemplate = ({ children }: MainProps) => {

export const TopNavExtraContent = () => {
return (
<a href="https://discord.gg/TEtKgCs8T84">
<a href="https://discord.gg/M5fhHJuEX8">
<Discord className="size-6" />
</a>
);
Expand Down