From 3683e146215cc3aeb74a709a2194a6ccb098a170 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Wed, 15 Oct 2025 09:55:59 +0000 Subject: [PATCH] Make the main logo larger and adjust footer logo appearance Update Home component logo size (h-8 to h-12) and adjust footer logo styling (brightness/invert filter) for better contrast. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK --- client/src/components/Footer.tsx | 2 +- client/src/pages/Home.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index bab40ad..152f4e0 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -13,7 +13,7 @@ export default function Footer() { src="/attached_assets/sapiens_black_logo.png" alt="SAPIENS" className="h-8 cursor-pointer hover:opacity-80 transition-opacity" - style={{ filter: 'invert(1) brightness(2)' }} + style={{ filter: 'brightness(0) invert(1)' }} data-testid="footer-logo" onClick={() => setLocation("/")} /> diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx index 8875791..9708d15 100644 --- a/client/src/pages/Home.tsx +++ b/client/src/pages/Home.tsx @@ -101,7 +101,7 @@ export default function Home() { SAPIENS setLocation("/")} /> @@ -119,7 +119,7 @@ export default function Home() { SAPIENS