From 8e76ccc79ab05934545d4000c239ab0c8ddb7bb7 Mon Sep 17 00:00:00 2001 From: gholi-dev Date: Mon, 27 Nov 2023 16:11:45 +0330 Subject: [PATCH] Add linkedin to footer --- components/Footer.js | 8 ++++---- public/static/social/linkedin.svg | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 public/static/social/linkedin.svg diff --git a/components/Footer.js b/components/Footer.js index b76a3f56..78a9dc10 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -4,9 +4,9 @@ import { ThemeContext } from "./root/theme.context"; const socialMediaList = [ { - icon: , - title: "توییتر", - link: "https://twitter.com/liara_cloud", + icon: , + title: "لینکدین", + link: "https://www.linkedin.com/company/liara-cloud/", }, { icon: , @@ -302,7 +302,7 @@ const Footer = () => { liara-logo
{socialMediaList.map(item => ( - + {item.icon} {item.title} diff --git a/public/static/social/linkedin.svg b/public/static/social/linkedin.svg new file mode 100644 index 00000000..1f1c4b19 --- /dev/null +++ b/public/static/social/linkedin.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file