File tree Expand file tree Collapse file tree 5 files changed +0
-116
lines changed Expand file tree Collapse file tree 5 files changed +0
-116
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import styles from "./styles.module.css";
22import Link from "@docusaurus/Link" ;
33import GHPicture from "@site/static/img/socialmedias/GH.svg" ;
44import LinkedInPicture from "@site/static/img/socialmedias/LinkedIn.svg" ;
5- import XPicture from "@site/static/img/socialmedias/X.svg" ;
65import BlueskyPicture from "@site/static/img/socialmedias/Bluesky.svg" ;
76import MastodonPicture from "@site/static/img/socialmedias/Mastodon.svg" ;
87
@@ -22,11 +21,6 @@ export default function SocialMediaContacts({ person }) {
2221 ) : (
2322 null
2423 ) }
25- { person . XLink ? (
26- < Link href = { person . XLink } > { < XPicture /> } </ Link >
27- ) : (
28- null
29- ) }
3024 { person . BlueskyLink ? (
3125 < Link href = { person . BlueskyLink } > { < BlueskyPicture /> } </ Link >
3226 ) : (
You can’t perform that action at this time.
0 commit comments