Adjust spacing around the logo in the footer for better visual appeal

Update the className prop for the footer logo image in `Footer.tsx` to include `py-1`, adding vertical padding.

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:21:58 +00:00
parent 60d6fb5db0
commit 41101d7798

View File

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