Reduce the size of the footer logo to two-thirds of its original dimensions

Resizes the footer logo image from h-16 to h-11 in client/src/components/Footer.tsx.

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:10:21 +00:00
parent 6d27a263c2
commit 2629b1cde4

View File

@ -12,7 +12,7 @@ export default function Footer() {
<img
src="/attached_assets/sapiens_footer_logo.png?v=2"
alt="SAPIENS"
className="h-16 cursor-pointer hover:opacity-80 transition-opacity"
className="h-11 cursor-pointer hover:opacity-80 transition-opacity"
data-testid="footer-logo"
onClick={() => setLocation("/")}
/>