Skip to content

Commit 6a34821

Browse files
committed
Update twitter icon
New icon for the lelz
1 parent 4211915 commit 6a34821

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{% if site.twitter_username %}
7171
<p class="mb-2">
7272
<a class="mr-2" href="https://twitter.com/{{ site.twitter_username }}" target="_blank" rel="noopener">
73-
<i class="fa-brands fa-twitter mr-1"></i>Twitter
73+
<i class="fa-brands fa-x-twitter mr-1"></i>Twitter
7474
</a>
7575
</p>
7676
{% endif %}

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<div class="overlay-footer">
7373
{% if site.twitter_username %}
7474
<a class="mr-2 color-gray-900" href="https://twitter.com/{{ site.twitter_username }}" target="_blank"
75-
rel="noopener"><i class="fa-brands fa-twitter mr-1"></i>Twitter</a>
75+
rel="noopener"><i class="fa-brands fa-x-twitter mr-1"></i>Twitter</a>
7676
{% endif %}
7777
{% if site.mastodon_username %}
7878
<a class="mr-2 color-gray-900" href="https://{{ site.mastodon_server }}/@{{ site.mastodon_username }}" target="_blank"

_includes/share.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</a>
1414
<a title="{% t generic.accessibility.share-tw %}" href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url | replace: '.html', '' }}&hashtags={% for tag in page.tags %}{{tag}},{% endfor %}&via=AntennaPod"
1515
onclick="window.open(this.href, 'twitter-share', 'width=550,height=350');return false;">
16-
<i class="fa-brands fa-twitter size-20 color-gray-600 mr-2"></i>
16+
<i class="fa-brands fa-x-twitter size-20 color-gray-600 mr-2"></i>
1717
</a>
1818
<a title="{% t generic.accessibility.share-eml %}" href="mailto:?subject={% t generic.eml-share.subject %}&amp;body={% t generic.eml-share.subject %} {{ site.url }}{{ page.url | replace: '.html', '' }}">
1919
<i class="fa-solid fa-envelope size-20 color-gray-600"></i>

0 commit comments

Comments
 (0)