diff --git a/web/src/components/Nav/SocialIcons.js b/web/src/components/Nav/SocialIcons.js index ad62b3c9c..0963aeb2f 100644 --- a/web/src/components/Nav/SocialIcons.js +++ b/web/src/components/Nav/SocialIcons.js @@ -1,27 +1,34 @@ import React from 'react' export const DiscordIcon = () => ( - + Discord - + ) export const TwitterIcon = () => ( - - Twitter - + + X + ) export const GitHubIcon = () => ( GitHub - + )