From c981bc207aa842f6f242eb107e6c5bb8a9c3ef0d Mon Sep 17 00:00:00 2001 From: sohamtembhurne Date: Thu, 19 Oct 2023 12:03:14 +0530 Subject: [PATCH] update twitter logo to X --- next/src/components/dialog/HelpDialog.tsx | 5 +++-- next/src/components/sidebar/links.tsx | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/next/src/components/dialog/HelpDialog.tsx b/next/src/components/dialog/HelpDialog.tsx index 04531b83ff..1a74cac7dc 100644 --- a/next/src/components/dialog/HelpDialog.tsx +++ b/next/src/components/dialog/HelpDialog.tsx @@ -1,6 +1,7 @@ import { useTranslation } from "next-i18next"; import React, { useEffect, useState } from "react"; -import { FaDiscord, FaGithub, FaTwitter } from "react-icons/fa"; +import { FaDiscord, FaGithub } from "react-icons/fa"; +import {FaXTwitter} from 'react-icons/fa6'; import Dialog from "../../ui/dialog"; @@ -65,7 +66,7 @@ export default function HelpDialog() { ) } > - +