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,
+ }
],
},
{