fix: x handles

This commit is contained in:
0xSage 2024-01-11 19:48:42 +08:00
parent a0e55cde8f
commit 2b3482789e
3 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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" />,

View File

@ -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" />,
@ -56,7 +56,7 @@ const menus = [
},
{
menu: "Twitter",
path: "https://twitter.com/janhq_",
path: "https://twitter.com/janframework",
external: true,
},
],