Skip to content

Commit

Permalink
Rename Twitter to X
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed May 22, 2024
1 parent 109f3fa commit ba4d11f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions weechat/templates/about/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ <h3>{% trans "Social networks" %}</h3>
</a>
</li>
<li>
<a href="https://twitter.com/WeeChatClient" title="Twitter">
{% include "svg/twitter.html" %}
Twitter
<a href="https://x.com/WeeChatClient" title="X">
{% include "svg/x.html" %}
X
</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions weechat/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
<a href="https://diasp.eu/u/weechat" rel="me" title="Diaspora">
{% include "svg/diaspora.html" %}
</a>
<a href="https://twitter.com/WeeChatClient" rel="me" title="Twitter">
{% include "svg/twitter.html" %}
<a href="https://x.com/WeeChatClient" rel="me" title="X">
{% include "svg/x.html" %}
</a>
</p>
<p>
Expand Down
4 changes: 0 additions & 4 deletions weechat/templates/svg/twitter.html

This file was deleted.

5 changes: 5 additions & 0 deletions weechat/templates/svg/x.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<svg width="24px" height="24px" viewBox="0 0 1200 1227" fill="none">
<desc>X</desc>
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H\
714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="white"/>
</svg>

0 comments on commit ba4d11f

Please sign in to comment.