Skip to content

Commit e9dff52

Browse files
nickservAtharv0003
andauthored
Update Twitter logo to X (#284)
* Update twitter.svg Updated Logo of twitter to X * Fix outdated alt text for X logo * Rename X logo image consistently * Fix outdated link text for X --------- Co-authored-by: Atharv0003 <[email protected]>
1 parent f5e9d1c commit e9dff52

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

src/assets/logos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export { default as ReactLogo } from "./react.svg";
88
export { default as Reactiflux } from "./reactiflux.svg";
99
export { default as Redux } from "./redux.svg";
1010
export { default as Relay } from "./relay.svg";
11-
export { default as Twitter } from "./twitter.svg";
11+
export { default as X } from "./x.svg";
1212
export { default as MenuIcon } from "./menu.svg";
1313
export { default as Github } from "./github.svg";
1414
export { default as Jest } from "./jest.svg";

src/assets/twitter.svg

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

src/assets/x.svg

Lines changed: 4 additions & 0 deletions
Loading

src/components/Layout/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
import { Discord, Github, Twitter } from "@assets/logos";
3+
import { Discord, Github, X } from "@assets/logos";
44
import { Link } from "@components";
55
import Image from "@components/Image";
66

@@ -19,7 +19,7 @@ export function Footer() {
1919
<Image {...Discord} alt="Discord" />
2020
</Link>
2121
<Link href="https://twitter.com/reactiflux">
22-
<Image {...Twitter} alt="Twitter" />
22+
<Image {...X} alt="X" />
2323
</Link>
2424
</p>
2525
<p>

src/pages/schedule.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export default function Schedule({
4545
<p>
4646
If you want to hear from someone specific in the community, let us
4747
know by contacting us via{" "}
48-
<Link href="https://twitter.com/reactiflux">Twitter</Link> or ping an
49-
admin or moderator in the{" "}
48+
<Link href="https://twitter.com/reactiflux">X</Link> or ping an admin
49+
or moderator in the{" "}
5050
<Link href="https://discord.gg/BkSU7Ju">#reactiflux-moderation</Link>{" "}
5151
channel on discord.
5252
</p>

0 commit comments

Comments
 (0)