Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/liara-cloud/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Nov 27, 2023
2 parents 88ab2b9 + 8e76ccc commit ef3f206
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { ThemeContext } from "./root/theme.context";

const socialMediaList = [
{
icon: <img src="/static/social/twitter.svg" />,
title: "توییتر",
link: "https://twitter.com/liara_cloud",
icon: <img src="/static/social/linkedin.svg" />,
title: "لینکدین",
link: "https://www.linkedin.com/company/liara-cloud/",
},
{
icon: <img src="/static/social/instagram.svg" />,
Expand Down Expand Up @@ -302,7 +302,7 @@ const Footer = () => {
<img src={`/static/liara-logo-${theme}.svg`} alt="liara-logo" />
<div>
{socialMediaList.map(item => (
<a key={item.link} href={item.link}>
<a key={item.link} terget="_blank" href={item.link}>
{item.icon}
{item.title}
</a>
Expand Down
4 changes: 4 additions & 0 deletions public/static/social/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef3f206

Please sign in to comment.