File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -121,15 +121,6 @@ const config: Config = {
121
121
target : "_blank" ,
122
122
className : "linkedin-icon" ,
123
123
} ,
124
-
125
- {
126
- to : "https://twitter.com/QuantStack" ,
127
- title : "X" ,
128
- position : "right" ,
129
- target : "_blank" ,
130
- className : "x-icon" ,
131
- } ,
132
-
133
124
{
134
125
to : "https://bsky.app/profile/quantstack.bsky.social" ,
135
126
title : "Bluesky" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import Link from "@docusaurus/Link";
2
2
import styles from "./styles.module.css" ;
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
@@ -15,7 +14,6 @@ export function SocialMediasQuantStack() {
15
14
< Link href = { "https://www.linkedin.com/company/quantstack/mycompany" } >
16
15
{ < LinkedInPicture /> }
17
16
</ Link >
18
- < Link href = { "https://twitter.com/QuantStack" } > { < XPicture /> } </ Link >
19
17
< Link href = { "https://bsky.app/profile/quantstack.bsky.social" } > { < BlueskyPicture /> } </ Link >
20
18
< Link href = { "https://mastodon.social/@QuantStack " } > { < MastodonPicture /> } </ Link >
21
19
</ div >
You can’t perform that action at this time.
0 commit comments