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