Update the footer logo to a new white version
Replaced the black SAPIENS logo in the footer with a new white version (attached_assets/sapiens_white_logo.png). 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:
BIN
attached_assets/sapiens_white_logo.png
Normal file
BIN
attached_assets/sapiens_white_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
attached_assets/white logo_1760522324792.png
Normal file
BIN
attached_assets/white logo_1760522324792.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
@ -10,10 +10,9 @@ export default function Footer() {
|
|||||||
<div className="flex items-center justify-between mb-3">
|
<div className="flex items-center justify-between mb-3">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<img
|
<img
|
||||||
src="/attached_assets/sapiens_black_logo.png"
|
src="/attached_assets/sapiens_white_logo.png"
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
className="h-8 cursor-pointer hover:opacity-80 transition-opacity"
|
className="h-8 cursor-pointer hover:opacity-80 transition-opacity"
|
||||||
style={{ filter: 'brightness(0) invert(1)' }}
|
|
||||||
data-testid="footer-logo"
|
data-testid="footer-logo"
|
||||||
onClick={() => setLocation("/")}
|
onClick={() => setLocation("/")}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user