From 829e791d79a50664989b8e914b633ef2da3cf248 Mon Sep 17 00:00:00 2001 From: khanjan sanghavi Date: Thu, 19 Oct 2023 20:44:01 +0530 Subject: [PATCH] Fixed twitter-x icon (#1522) * Fixed twitter-x icon * final fix --- web/src/components/Nav/SocialIcons.js | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) 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 - + )