File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export { default as ReactLogo } from "./react.svg";
8
8
export { default as Reactiflux } from "./reactiflux.svg" ;
9
9
export { default as Redux } from "./redux.svg" ;
10
10
export { default as Relay } from "./relay.svg" ;
11
- export { default as Twitter } from "./twitter .svg" ;
11
+ export { default as X } from "./x .svg" ;
12
12
export { default as MenuIcon } from "./menu.svg" ;
13
13
export { default as Github } from "./github.svg" ;
14
14
export { default as Jest } from "./jest.svg" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
3
- import { Discord , Github , Twitter } from "@assets/logos" ;
3
+ import { Discord , Github , X } from "@assets/logos" ;
4
4
import { Link } from "@components" ;
5
5
import Image from "@components/Image" ;
6
6
@@ -19,7 +19,7 @@ export function Footer() {
19
19
< Image { ...Discord } alt = "Discord" />
20
20
</ Link >
21
21
< Link href = "https://twitter.com/reactiflux" >
22
- < Image { ...Twitter } alt = "Twitter " />
22
+ < Image { ...X } alt = "X " />
23
23
</ Link >
24
24
</ p >
25
25
< p >
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ export default function Schedule({
45
45
< p >
46
46
If you want to hear from someone specific in the community, let us
47
47
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{ " " }
50
50
< Link href = "https://discord.gg/BkSU7Ju" > #reactiflux-moderation</ Link > { " " }
51
51
channel on discord.
52
52
</ p >
You can’t perform that action at this time.
0 commit comments