Update the header logo and remove the footer logo

Replace the footer logo with a white version and adjust header logo styling.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
This commit is contained in:
kimjaehyeon0101
2025-10-15 12:20:41 +00:00
parent 42adf6bbe1
commit a47ced155d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -10,9 +10,9 @@ export default function Footer() {
<div className="flex items-center justify-between py-2"> <div className="flex items-center justify-between py-2">
<div className="flex items-center"> <div className="flex items-center">
<img <img
src="/attached_assets/sapiens_footer_logo.png?v=2" src="/attached_assets/sapiens_white_footer_logo.png"
alt="SAPIENS" alt="SAPIENS"
className="h-11 cursor-pointer hover:opacity-80 transition-opacity" className="h-8 cursor-pointer hover:opacity-80 transition-opacity"
data-testid="footer-logo" data-testid="footer-logo"
onClick={() => setLocation("/")} onClick={() => setLocation("/")}
/> />