Update footer logo to use white text with footer background color

Modify the footer logo component to invert colors and adjust brightness, ensuring the logo text appears white and the background matches the footer's theme.

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
This commit is contained in:
kimjaehyeon0101
2025-10-15 09:54:12 +00:00
parent 06e79e1e25
commit 0d4b7726d9

View File

@ -12,7 +12,8 @@ export default function Footer() {
<img <img
src="/attached_assets/sapiens_black_logo.png" src="/attached_assets/sapiens_black_logo.png"
alt="SAPIENS" alt="SAPIENS"
className="h-8 cursor-pointer hover:opacity-80 transition-opacity brightness-0 invert" className="h-8 cursor-pointer hover:opacity-80 transition-opacity"
style={{ filter: 'invert(1) brightness(2)' }}
data-testid="footer-logo" data-testid="footer-logo"
onClick={() => setLocation("/")} onClick={() => setLocation("/")}
/> />