Skip to content

Commit

Permalink
Merge pull request janhq#1532 from janhq/updateX
Browse files Browse the repository at this point in the history
docs: fix x handles
  • Loading branch information
freelerobot authored Jan 11, 2024
2 parents a0e55cd + 2b34827 commit 120e52e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/containers/Banner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { BiLogoDiscordAlt } from "react-icons/bi";
const socials = [
{
icon: <AiOutlineTwitter className="text-xl text-white" />,
href: "https://twitter.com/janhq_",
href: "https://twitter.com/janframework",
},
{
icon: <BiLogoDiscordAlt className="text-xl text-white" />,
Expand Down
4 changes: 2 additions & 2 deletions docs/src/containers/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { BiLogoDiscordAlt } from "react-icons/bi";
const socials = [
{
icon: <AiOutlineTwitter className="text-xl text-black dark:text-white" />,
href: "https://twitter.com/janhq_",
href: "https://twitter.com/janframework",
},
{
icon: <BiLogoDiscordAlt className="text-xl text-black dark:text-white" />,
Expand Down Expand Up @@ -56,7 +56,7 @@ const menus = [
},
{
menu: "Twitter",
path: "https://twitter.com/janhq_",
path: "https://twitter.com/janframework",
external: true,
},
],
Expand Down

0 comments on commit 120e52e

Please sign in to comment.