From 43a054b02024c1ba0dd22a85a1512f8d753db948 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Mon, 29 Sep 2025 17:42:19 +0000 Subject: [PATCH] Update social media icons to reflect company branding changes Replace the 'X' icon from 'lucide-react' with 'SiX' from 'react-icons/si' in the footer component to align with the company's rebranding to 'X'. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/LZrXNFV --- client/src/components/Footer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 3d23b8c..1fb0be2 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -1,4 +1,5 @@ -import { Facebook, X } from "lucide-react"; +import { Facebook } from "lucide-react"; +import { SiX } from "react-icons/si"; import logoBlack from "@assets/logo_black_1759165229646.png"; export default function Footer() { @@ -17,7 +18,7 @@ export default function Footer() {