diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx
index 4f6d9a22b..eb6d0323f 100644
--- a/src/theme/Footer/index.tsx
+++ b/src/theme/Footer/index.tsx
@@ -1,5 +1,6 @@
import React from "react";
-import { FaGithub, FaLinkedin, FaTwitter } from "react-icons/fa";
+import { FaGithub, FaLinkedin,} from "react-icons/fa";
+import {FaXTwitter} from 'react-icons/fa6';
import Link from "@docusaurus/Link";
const Footer: React.FC = () => {
@@ -82,7 +83,7 @@ const Footer: React.FC = () => {
rel="noopener noreferrer"
className="text-gray-400 hover:text-white transition duration-200"
>
-
+
@@ -113,4 +114,4 @@ const Footer: React.FC = () => {
);
};
-export default Footer;
\ No newline at end of file
+export default Footer;