From 14346140bcad44913d16babcefc4dcc48c69aea2 Mon Sep 17 00:00:00 2001 From: Kunal Date: Mon, 20 Apr 2026 15:47:35 +0530 Subject: [PATCH] fix: replace Twitter branding with X icon Update footer and Home social links to use the new X logo and x.com URL so social branding matches current platform naming. Made-with: Cursor --- src/components/Footer.js | 6 +++--- src/components/Home/Home.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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() {
  • - +