From 2ff367b70b3ee336b5282156bcfcaf5d9707f813 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Mon, 29 Sep 2025 17:36:44 +0000 Subject: [PATCH] Update social media icons to reflect current branding Replace the Twitter icon with the X icon in the footer component and update the corresponding test ID. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 344d6d8..f6b6bcf 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -1,4 +1,4 @@ -import { Facebook, Twitter } from "lucide-react"; +import { Facebook, X } from "lucide-react"; import logoBlack from "@assets/logo_black_1759165229646.png"; export default function Footer() { @@ -17,7 +17,7 @@ export default function Footer() {