Update the footer logo to match the selected image background

Replaced the footer logo image with 'sapiens_footer_logo.png' and removed the invert filter.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
This commit is contained in:
kimjaehyeon0101
2025-10-15 12:07:24 +00:00
parent 1f1792811c
commit 9600c1e0ff
2 changed files with 1 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

View File

@ -10,10 +10,9 @@ export default function Footer() {
<div className="flex items-center justify-between py-2">
<div className="flex items-center">
<img
src="/attached_assets/Generated Image October 15, 2025 - 9_01PM_1760529709609.png"
src="/attached_assets/sapiens_footer_logo.png"
alt="SAPIENS"
className="h-16 cursor-pointer hover:opacity-80 transition-opacity"
style={{ filter: 'invert(1) brightness(2)' }}
data-testid="footer-logo"
onClick={() => setLocation("/")}
/>