Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Twitter to X logo #96

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix Twitter/X logo
(cherry picked from commit 9453532dcf49af0af8443d7fcc8d43d27d6c0917)
  • Loading branch information
wi-ry authored and Will Ryan committed Sep 14, 2023
commit e3275eeda17745c4cdc2a73fb801d6fe02eeb113
4 changes: 2 additions & 2 deletions src/pages/Community/Item.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 @paritytech/polkadot-staking-dashboard authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { faTwitter } from '@fortawesome/free-brands-svg-icons';
import { faXTwitter } from '@fortawesome/free-brands-svg-icons';
import {
faEnvelope,
faExternalLink,
Expand Down Expand Up @@ -137,7 +137,7 @@ export const Item = ({ item, actionable }: ItemProps) => {
window.open(`https://twitter.com/${twitter}`, '_blank');
}}
>
<FontAwesomeIcon icon={faTwitter} className="icon-left" />
<FontAwesomeIcon icon={faXTwitter} className="icon-left" />
<h4>{twitter}</h4>
<FontAwesomeIcon
icon={faExternalLink}
Expand Down