Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
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 .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default withMermaid({

socialLinks: [
{ icon: "github", link: "https://github.com/evstack" },
{ icon: "twitter", link: "https://twitter.com/ev_stack" },
{ icon: "x", link: "https://twitter.com/ev_stack" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Consider updating the link to the new X profile to ensure users are directed to the correct page.

{ icon: "x", link: "https://x.com/ev_stack" }

{ icon: { svg: telegramSVG }, link: "https://t.me/+2p8-IYf6sQ0zNmEx" },
],
},
Expand Down
Loading
Loading