From 1248593247c8e59db6d8ea7558e0d2cafecf6765 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:28:39 +0900 Subject: [PATCH] feat: sync website footer with about page --- docs/src/containers/Footer/index.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/src/containers/Footer/index.js b/docs/src/containers/Footer/index.js index 80b5a2d4b..7cd648149 100644 --- a/docs/src/containers/Footer/index.js +++ b/docs/src/containers/Footer/index.js @@ -1,7 +1,7 @@ import React from "react"; import { AiOutlineGithub, AiOutlineTwitter } from "react-icons/ai"; -import { BiLogoDiscordAlt } from "react-icons/bi"; +import { BiLogoDiscordAlt, BiLogoLinkedin } from "react-icons/bi"; const socials = [ { @@ -16,6 +16,10 @@ const socials = [ icon: , href: "https://github.com/janhq/jan", }, + { + icon: , + href: "https://www.linkedin.com/company/janframework/", + } ]; const menus = [ @@ -59,6 +63,11 @@ const menus = [ path: "https://twitter.com/janframework", external: true, }, + { + menu: "LinkedIn", + path: "https://www.linkedin.com/company/janframework/", + external: true, + } ], }, {