Remove extra space around the company logo in the footer

Adjusted the margin on the SAPIENS logo in the Footer component to remove -mr-3 and -mb-2.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT
This commit is contained in:
kimjaehyeon0101
2025-10-15 11:47:07 +00:00
parent 0697f1620f
commit 272e5d26cc
2 changed files with 1 additions and 1 deletions

View File

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