Skip to content

Commit

Permalink
Merge pull request #3885 from luchosr/fix/issue_3872-update-X-social-…
Browse files Browse the repository at this point in the history
…media-icon

Fix issue 3872: updates twitter social media icon
  • Loading branch information
mluukkai authored Nov 23, 2024
2 parents a71f54a + bcc4bc3 commit 7e4db6c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/components/IndexPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const IndexPage = ({ lang, title = 'Full stack open' }) => {
text={contacts}
/>

{['github', 'twitter', 'facebook', 'youtube'].map(icon => (
{['github', 'x', 'facebook', 'youtube'].map(icon => (
<Some key={icon} iconName={icon} />
))}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Some/Some.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react';

const urls = {
github: 'https://github.com/fullstack-hy2020/fullstack-hy2020.github.io',
twitter: 'https://twitter.com/moocfi',
x: 'https://x.com/moocfi',
facebook: 'https://www.facebook.com/Moocfi',
youtube:
'https://www.youtube.com/watch?v=BZexOyQZMMc&list=PLumQiZ25uijis31zaRL7rhzLalSwLqUtm',
Expand Down
20 changes: 0 additions & 20 deletions src/images/some-logo__twitter.svg

This file was deleted.

18 changes: 18 additions & 0 deletions src/images/some-logo__x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e4db6c

Please sign in to comment.