diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index f443a4e48..d2169a63b 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -187,7 +187,7 @@ const config = {
},
{ property: "og:type", content: "website" },
{ property: "twitter:card", content: "summary_large_image" },
- { property: "twitter:site", content: "@janhq_" },
+ { property: "twitter:site", content: "@janframework" },
{
property: "twitter:title",
content: "Jan | Open-source ChatGPT Alternative",
diff --git a/docs/src/containers/Banner/index.js b/docs/src/containers/Banner/index.js
index 482ff1041..07622c63d 100644
--- a/docs/src/containers/Banner/index.js
+++ b/docs/src/containers/Banner/index.js
@@ -9,7 +9,7 @@ import { BiLogoDiscordAlt } from "react-icons/bi";
const socials = [
{
icon: ,
- href: "https://twitter.com/janhq_",
+ href: "https://twitter.com/janframework",
},
{
icon: ,
diff --git a/docs/src/containers/Footer/index.js b/docs/src/containers/Footer/index.js
index 39f6126ec..02d97eeeb 100644
--- a/docs/src/containers/Footer/index.js
+++ b/docs/src/containers/Footer/index.js
@@ -6,7 +6,7 @@ import { BiLogoDiscordAlt } from "react-icons/bi";
const socials = [
{
icon: ,
- href: "https://twitter.com/janhq_",
+ href: "https://twitter.com/janframework",
},
{
icon: ,
@@ -56,7 +56,7 @@ const menus = [
},
{
menu: "Twitter",
- path: "https://twitter.com/janhq_",
+ path: "https://twitter.com/janframework",
external: true,
},
],