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:
BIN
attached_assets/sapiens_footer_logo.png
Normal file
BIN
attached_assets/sapiens_footer_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 242 KiB |
@ -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("/")}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user