From 12527a26d3b1d9e9492202565623f09eaba3ea1f Mon Sep 17 00:00:00 2001 From: sarthak-kumar-shailendra Date: Fri, 13 Oct 2023 23:44:59 +0530 Subject: [PATCH] twitter to x icon --- package.json | 2 +- src/components/Footer.tsx | 6 +++--- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f198868..2c58d35 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express": "^4.18.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.4.0", + "react-icons": "^4.11.0", "react-responsive": "^9.0.0-beta.10", "sirv": "^2.0.2", "vite-plugin-ssr": "^0.4.26" diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 4961dff..2309ae9 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,9 +1,9 @@ import { FaGithub, - FaTwitter, + FaXTwitter, FaLinkedinIn, FaInstagram, -} from 'react-icons/fa/index'; +} from 'react-icons/fa6'; const Footer = () => (