Skip to content

Commit

Permalink
Merge pull request #197 from HaudinFlorence/update_QS_social_media
Browse files Browse the repository at this point in the history
Update QuantStack social media icons and links.
  • Loading branch information
SylvainCorlay authored Jan 23, 2025
2 parents a38b485 + 31be74e commit ff00845
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,6 @@ const config: Config = {
target: "_blank",
className: "linkedin-icon",
},

{
to: "https://twitter.com/QuantStack",
title: "X",
position: "right",
target: "_blank",
className: "x-icon",
},

{
to: "https://bsky.app/profile/quantstack.bsky.social",
title: "Bluesky",
Expand Down
2 changes: 0 additions & 2 deletions src/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Link from "@docusaurus/Link";
import styles from "./styles.module.css";
import GHPicture from "@site/static/img/socialmedias/GH.svg";
import LinkedInPicture from "@site/static/img/socialmedias/LinkedIn.svg";
import XPicture from "@site/static/img/socialmedias/X.svg";
import BlueskyPicture from "@site/static/img/socialmedias/Bluesky.svg";
import MastodonPicture from "@site/static/img/socialmedias/Mastodon.svg"

Expand All @@ -15,7 +14,6 @@ export function SocialMediasQuantStack() {
<Link href={"https://www.linkedin.com/company/quantstack/mycompany"}>
{<LinkedInPicture />}
</Link>
<Link href={"https://twitter.com/QuantStack"}>{<XPicture />}</Link>
<Link href={"https://bsky.app/profile/quantstack.bsky.social"}>{<BlueskyPicture />}</Link>
<Link href={"https://mastodon.social/@QuantStack "}>{<MastodonPicture />}</Link>
</div>
Expand Down

0 comments on commit ff00845

Please sign in to comment.