Skip to content

Commit de8b43a

Browse files
authored
chore: replace Twitter icons (#1425)
1 parent bd81b0c commit de8b43a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

packages/lit-dev-content/site/_includes/article.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<div class="links">
3131
{% if authorData.links.twitter %}
3232
<a href="https://twitter.com/{{ authorData.links.twitter }}" target="_blank">
33-
<svg aria-label="{{ authorData.name}}'s Twitter Account">
34-
<use href="{{ site.baseurl }}/images/social/twitter.svg#twitter"></use>
33+
<svg aria-label="{{ authorData.name}}'s X Account">
34+
<use href="{{ site.baseurl }}/images/social/x.svg#x"></use>
3535
</svg>
3636
</a>
3737
{% endif %}

packages/lit-dev-content/site/_includes/footer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
</a>
4949

5050
<a
51-
href="https://twitter.com/buildWithLit"
51+
href="https://x.com/buildWithLit"
5252
target="_blank"
5353
rel="noopener"
54-
title="Twitter"
55-
aria-label="Twitter"
54+
title="X"
55+
aria-label="X"
5656
>
5757
<lazy-svg
58-
href="{{ site.baseurl }}/images/social/twitter.svg#twitter"
59-
label="Twitter"
58+
href="{{ site.baseurl }}/images/social/x.svg#x"
59+
label="X"
6060
loading="visible">
6161
</lazy-svg>
6262
</a>

packages/lit-dev-content/site/images/social/twitter.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)