Skip to content

Commit 7466f43

Browse files
committed
remove X
1 parent 95c0f38 commit 7466f43

File tree

7 files changed

+0
-18
lines changed

7 files changed

+0
-18
lines changed

assets-src/svg/x.svg

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

design-system-templates/components/footer.html.twig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
height="20" alt aria-hidden="true" loading="lazy"/>
1313
<span class="visuallyhidden">W3C on Mastodon</span></a>
1414
</li>
15-
<li><a class="with-icon--larger" href="https://twitter.com/W3C" hreflang="en">
16-
<img class="icon icon--larger" src="/dist/assets/svg/x.svg" width="20"
17-
height="20" alt aria-hidden="true" loading="lazy"/>
18-
<span class="visuallyhidden">W3C on X</span></a>
19-
</li>
2015
<li><a class="with-icon--larger" href="https://github.com/w3c/" hreflang="en">
2116
<img class="icon icon--larger" src="/dist/assets/svg/github.svg" width="20"
2217
height="20" alt aria-hidden="true" loading="lazy"/>

public/dist/assets/svg/x.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

templates/components/styles/footer.html.twig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@
5555
height="20" alt aria-hidden="true" loading="lazy"/>
5656
<span class="visuallyhidden">{{ 'footer.links.mastodon'|trans({}, 'w3c_website_templates_bundle')|raw }}</span></a>
5757
</li>
58-
<li><a class="with-icon--larger" href="https://twitter.com/W3C" hreflang="en">
59-
<img class="icon icon--larger" src="{{ asset('svg/x.svg', 'website-2021') }}" width="20"
60-
height="20" alt aria-hidden="true" loading="lazy" />
61-
<span class="visuallyhidden">{{ 'footer.links.x'|trans({}, 'w3c_website_templates_bundle')|raw }}</span></a>
62-
</li>
6358
<li><a class="with-icon--larger" href="https://github.com/w3c/" hreflang="en">
6459
<img class="icon icon--larger" src="{{ asset('svg/github.svg', 'website-2021') }}" width="20"
6560
height="20" alt aria-hidden="true" loading="lazy"/>

translations/w3c_website_templates_bundle+intl-icu.en.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ footer:
4949
system_status: <span lang="en" dir="ltr">System Status</span>
5050
system_statusurl: https://status.w3.org/
5151
mastodon: <span lang="en" dir="ltr">W3C on Mastodon</span>
52-
x: <span lang="en" dir="ltr">W3C on X</span>
5352
github: <span lang="en" dir="ltr">W3C on GitHub</span>
5453
banner:
5554
beta:

translations/w3c_website_templates_bundle+intl-icu.ja.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ footer:
4747
system_status: システムステータス
4848
system_statusurl: https://status.w3.org/
4949
mastodon: __footer.links.mastodon
50-
x: __footer.links.x
5150
github: __footer.links.github
5251
banner:
5352
beta:

translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ footer:
4646
system_status: 系统状态
4747
system_statusurl: https://status.w3.org/
4848
mastodon: W3C 在 Mastodon
49-
x: W3C 在 X
5049
github: W3C 在 GitHub
5150
banner:
5251
beta:

0 commit comments

Comments
 (0)