Skip to content

Commit

Permalink
remove Twitter from social media links
Browse files Browse the repository at this point in the history
  • Loading branch information
pjentsch committed Sep 12, 2024
1 parent 2a0d004 commit 8722437
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions components/Socials/Socials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import styles from "./Socials.module.scss";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import {
faTwitter,
faMedium,
faLinkedin,
faInstagram,
Expand All @@ -16,14 +15,6 @@ const Socials = (props) => {
props.className ? props.className : ""
}`}
>
<a
href="https://twitter.com/idealoTech"
rel="noreferrer"
aria-label="Twitter"
className={styles.socials__item}
>
<FontAwesomeIcon style={{ width: "20px" }} icon={faTwitter} />
</a>
<a
href="https://medium.com/idealo-tech-blog"
rel="noreferrer"
Expand Down

0 comments on commit 8722437

Please sign in to comment.