feat: sync website footer with about page
This commit is contained in:
parent
7ce0a13e90
commit
1248593247
@ -1,7 +1,7 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { AiOutlineGithub, AiOutlineTwitter } from "react-icons/ai";
|
import { AiOutlineGithub, AiOutlineTwitter } from "react-icons/ai";
|
||||||
import { BiLogoDiscordAlt } from "react-icons/bi";
|
import { BiLogoDiscordAlt, BiLogoLinkedin } from "react-icons/bi";
|
||||||
|
|
||||||
const socials = [
|
const socials = [
|
||||||
{
|
{
|
||||||
@ -16,6 +16,10 @@ const socials = [
|
|||||||
icon: <AiOutlineGithub className="text-lg text-black dark:text-white" />,
|
icon: <AiOutlineGithub className="text-lg text-black dark:text-white" />,
|
||||||
href: "https://github.com/janhq/jan",
|
href: "https://github.com/janhq/jan",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <BiLogoLinkedin className="text-xl text-black dark:text-white" />,
|
||||||
|
href: "https://www.linkedin.com/company/janframework/",
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
const menus = [
|
const menus = [
|
||||||
@ -59,6 +63,11 @@ const menus = [
|
|||||||
path: "https://twitter.com/janframework",
|
path: "https://twitter.com/janframework",
|
||||||
external: true,
|
external: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
menu: "LinkedIn",
|
||||||
|
path: "https://www.linkedin.com/company/janframework/",
|
||||||
|
external: true,
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user