Skip to content

Commit

Permalink
remove twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jan 22, 2025
1 parent 6389a21 commit f1546cd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"

import bannerJSON from "../../content/banner.json"

import { faFacebook, faGithub, faTwitter, faMastodon } from "@fortawesome/free-brands-svg-icons"
import { faFacebook, faGithub, faMastodon } from "@fortawesome/free-brands-svg-icons"
import { faCalendarAlt, faEnvelope, faRss } from "@fortawesome/free-solid-svg-icons"

import { Col, Row } from "reactstrap"
Expand All @@ -30,11 +30,6 @@ const Sidebar = () => (
<FontAwesomeIcon icon={faMastodon} /> Mastodon
</a>
</li>
<li>
<a href="https://twitter.com/jug_gr">
<FontAwesomeIcon icon={faTwitter} /> Twitter
</a>
</li>
<li>
<a href="https://www.facebook.com/juggr">
<FontAwesomeIcon icon={faFacebook} /> Facebook
Expand Down

0 comments on commit f1546cd

Please sign in to comment.