From 2b3482789ee9c2511b3e4cab6faacf6c8a9bc6d0 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Thu, 11 Jan 2024 19:48:42 +0800 Subject: [PATCH] fix: x handles --- docs/docusaurus.config.js | 2 +- docs/src/containers/Banner/index.js | 2 +- docs/src/containers/Footer/index.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index f443a4e48f..d2169a63bc 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 482ff10417..07622c63d7 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 39f6126ece..02d97eeeb1 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, }, ],