From da7edbb9219b3766d041d3905910f2d0c2687ae1 Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Thu, 30 May 2024 11:36:22 +0530 Subject: [PATCH] Feat: Updating Twitter Logo --- frontend/src/components/Footer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index b5563b1..fb77f32 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -1,4 +1,5 @@ -import { FaGithub, FaTwitter, FaYoutube } from "react-icons/fa"; +import { FaGithub, FaYoutube } from "react-icons/fa"; +import { FaXTwitter } from "react-icons/fa6"; import { Link } from "react-router-dom"; export const Footer = () => { @@ -31,7 +32,7 @@ export const Footer = () => { - +