Skip to content

Commit 7e4db6c

Browse files
authored
Merge pull request #3885 from luchosr/fix/issue_3872-update-X-social-media-icon
Fix issue 3872: updates twitter social media icon
2 parents a71f54a + bcc4bc3 commit 7e4db6c

File tree

4 files changed

+20
-22
lines changed

4 files changed

+20
-22
lines changed

src/components/IndexPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const IndexPage = ({ lang, title = 'Full stack open' }) => {
220220
text={contacts}
221221
/>
222222

223-
{['github', 'twitter', 'facebook', 'youtube'].map(icon => (
223+
{['github', 'x', 'facebook', 'youtube'].map(icon => (
224224
<Some key={icon} iconName={icon} />
225225
))}
226226
</div>

src/components/Some/Some.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import React from 'react';
44

55
const urls = {
66
github: 'https://github.com/fullstack-hy2020/fullstack-hy2020.github.io',
7-
twitter: 'https://twitter.com/moocfi',
7+
x: 'https://x.com/moocfi',
88
facebook: 'https://www.facebook.com/Moocfi',
99
youtube:
1010
'https://www.youtube.com/watch?v=BZexOyQZMMc&list=PLumQiZ25uijis31zaRL7rhzLalSwLqUtm',

src/images/some-logo__twitter.svg

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

src/images/some-logo__x.svg

Lines changed: 18 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)