Skip to content

Commit

Permalink
Replace Twitter logo from contact bar with 'X'
Browse files Browse the repository at this point in the history
  • Loading branch information
kubgus committed Oct 8, 2024
1 parent 7f656fe commit 04f621b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/contact-bar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</a>

<a href="https://twitter.com/gustafik_dev" aria-label="Twitter" target="_blank" class="implied">
<i aria-hidden="true" class="fab fa-twitter"></i>
<i aria-hidden="true" class="fab fa-x-twitter"></i>
</a>

<a href="https://discord.com/users/643898809193332786/" aria-label="Discord" target="_blank" class="implied">
Expand Down

0 comments on commit 04f621b

Please sign in to comment.