Skip to content

Commit a940648

Browse files
roy9495caugner
andauthored
chore(footer): replace Twitter with X logo (#10438)
Signed-off-by: TATHAGATA ROY <[email protected]> Co-authored-by: Claas Augner <[email protected]>
1 parent 4b89823 commit a940648

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Diff for: client/src/assets/icons/twitter-x.svg

+1
Loading

Diff for: client/src/assets/icons/twitter.svg

-1
This file was deleted.

Diff for: client/src/ui/atoms/icon/index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $icons: "add-filled", "add", "altname", "bell", "bell-filled", "bell-ring",
1010
"previous", "queue", "queued", "quote", "return", "safari", "samsunginternet",
1111
"search", "send", "server", "sidebar", "simple-firefox", "small-arrow",
1212
"theme-light", "star-filled", "star", "theme-os-default", "thumbs-down",
13-
"thumbs-up", "trash", "trash-filled", "twitter", "unknown", "warning",
13+
"thumbs-up", "trash", "trash-filled", "twitter-x", "unknown", "warning",
1414
"webview", "yes", "yes-circle";
1515

1616
.icon {

Diff for: client/src/ui/organisms/footer/index.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ export function Footer() {
3434
</li>
3535
<li>
3636
<a
37-
className="icon icon-twitter"
37+
className="icon icon-twitter-x"
3838
href="https://twitter.com/mozdevnet"
3939
target="_blank"
4040
rel="noopener noreferrer"
4141
>
42-
<span className="visually-hidden">MDN on Twitter</span>
42+
<span className="visually-hidden">
43+
MDN on X (formerly Twitter)
44+
</span>
4345
</a>
4446
</li>
4547
<li>

0 commit comments

Comments
 (0)