Skip to content

Commit eb699ec

Browse files
committed
fix: replaces twitter for x on social media array
1 parent 6a51009 commit eb699ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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>

0 commit comments

Comments
 (0)