From afee130d9871577d26083746dea93b000a9139a1 Mon Sep 17 00:00:00 2001 From: Sanjana Gurav <152132715+213sanjana@users.noreply.github.com> Date: Tue, 16 Sep 2025 05:12:33 +0000 Subject: [PATCH] Updated Twitter icon --- client/src/components/Footer.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/Footer.jsx b/client/src/components/Footer.jsx index 94fa6d6..650f491 100644 --- a/client/src/components/Footer.jsx +++ b/client/src/components/Footer.jsx @@ -1,4 +1,5 @@ import React from 'react'; +import { SiX } from "react-icons/si"; import { Github, Linkedin, @@ -23,7 +24,7 @@ import { Link } from "react-router-dom"; { name: "Twitter", href: "https://x.com/yourhandle", - icon: Twitter, + icon: SiX, color: "hover:text-blue-500 dark:hover:text-blue-400", }, {