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";
2
2
import Link from "@docusaurus/Link" ;
3
3
import GHPicture from "@site/static/img/socialmedias/GH.svg" ;
4
4
import LinkedInPicture from "@site/static/img/socialmedias/LinkedIn.svg" ;
5
- import XPicture from "@site/static/img/socialmedias/X.svg" ;
6
5
import BlueskyPicture from "@site/static/img/socialmedias/Bluesky.svg" ;
7
6
import MastodonPicture from "@site/static/img/socialmedias/Mastodon.svg" ;
8
7
@@ -22,11 +21,6 @@ export default function SocialMediaContacts({ person }) {
22
21
) : (
23
22
null
24
23
) }
25
- { person . XLink ? (
26
- < Link href = { person . XLink } > { < XPicture /> } </ Link >
27
- ) : (
28
- null
29
- ) }
30
24
{ person . BlueskyLink ? (
31
25
< Link href = { person . BlueskyLink } > { < BlueskyPicture /> } </ Link >
32
26
) : (
You can’t perform that action at this time.
0 commit comments