commit
120e52e39f
@ -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",
|
||||
|
||||
@ -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" />,
|
||||
|
||||
@ -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,
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user