Skip to content

Commit

Permalink
switch out twitter with x logo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 10, 2024
1 parent 5f66203 commit 0f74150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
faYoutube,
faReddit,
faTwitter,
fa-x-twitter,
faDiscord,
} from '@fortawesome/fontawesome-free-brands';

Expand Down Expand Up @@ -569,7 +570,7 @@ function Home(props) {
name="Twitter link"
title="Twitter"
>
<FontAwesomeIcon icon={faTwitter} size="2x" />
<FontAwesomeIcon icon={fa-x-twitter} size="2x" />
</a>
</Link>
</div>
Expand Down

0 comments on commit 0f74150

Please sign in to comment.