commit
120e52e39f
@ -187,7 +187,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
{ property: "og:type", content: "website" },
|
{ property: "og:type", content: "website" },
|
||||||
{ property: "twitter:card", content: "summary_large_image" },
|
{ property: "twitter:card", content: "summary_large_image" },
|
||||||
{ property: "twitter:site", content: "@janhq_" },
|
{ property: "twitter:site", content: "@janframework" },
|
||||||
{
|
{
|
||||||
property: "twitter:title",
|
property: "twitter:title",
|
||||||
content: "Jan | Open-source ChatGPT Alternative",
|
content: "Jan | Open-source ChatGPT Alternative",
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import { BiLogoDiscordAlt } from "react-icons/bi";
|
|||||||
const socials = [
|
const socials = [
|
||||||
{
|
{
|
||||||
icon: <AiOutlineTwitter className="text-xl text-white" />,
|
icon: <AiOutlineTwitter className="text-xl text-white" />,
|
||||||
href: "https://twitter.com/janhq_",
|
href: "https://twitter.com/janframework",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <BiLogoDiscordAlt className="text-xl text-white" />,
|
icon: <BiLogoDiscordAlt className="text-xl text-white" />,
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import { BiLogoDiscordAlt } from "react-icons/bi";
|
|||||||
const socials = [
|
const socials = [
|
||||||
{
|
{
|
||||||
icon: <AiOutlineTwitter className="text-xl text-black dark:text-white" />,
|
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" />,
|
icon: <BiLogoDiscordAlt className="text-xl text-black dark:text-white" />,
|
||||||
@ -56,7 +56,7 @@ const menus = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
menu: "Twitter",
|
menu: "Twitter",
|
||||||
path: "https://twitter.com/janhq_",
|
path: "https://twitter.com/janframework",
|
||||||
external: true,
|
external: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user