From f135d632e9041450825aaa9689cbaf5f5ed60464 Mon Sep 17 00:00:00 2001
From: Soham Tembhurne <82658685+sohamtembhurne@users.noreply.github.com>
Date: Fri, 20 Oct 2023 03:18:38 +0530
Subject: [PATCH] update twitter logo to X (#1331)
---
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() {
)
}
>
-