diff --git a/src/components/Footer.js b/src/components/Footer.js
index 40759086be..3e0c991f25 100644
--- a/src/components/Footer.js
+++ b/src/components/Footer.js
@@ -2,10 +2,10 @@ import React from "react";
import { Container, Row, Col } from "react-bootstrap";
import {
AiFillGithub,
- AiOutlineTwitter,
AiFillInstagram,
} from "react-icons/ai";
import { FaLinkedinIn } from "react-icons/fa";
+import { FaXTwitter } from "react-icons/fa6";
function Footer() {
let date = new Date();
@@ -33,12 +33,12 @@ function Footer() {
-
+
diff --git a/src/components/Home/Home.js b/src/components/Home/Home.js
index f21af2ea6e..9df8ffc255 100644
--- a/src/components/Home/Home.js
+++ b/src/components/Home/Home.js
@@ -8,10 +8,10 @@ import Techstack from "../About/Techstack";
import Github from "../About/Github";
import {
AiFillGithub,
- AiOutlineTwitter,
AiFillInstagram,
} from "react-icons/ai";
import { FaLinkedinIn } from "react-icons/fa";
+import { FaXTwitter } from "react-icons/fa6";
function Home() {
return (
@@ -71,12 +71,12 @@ function Home() {
-
+