Reduce the size of the Sapiens logo in the bottom bar

Update the `h-8` class to `h-5` for the SAPIENS logo image in the Footer component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/LZrXNFV
This commit is contained in:
kimjaehyeon0101
2025-09-29 17:49:48 +00:00
parent 92e33735f0
commit 045b1f30d2

View File

@ -12,7 +12,7 @@ export default function Footer() {
<img
src={logoWhite}
alt="SAPIENS"
className="h-8"
className="h-5"
data-testid="footer-logo"
/>
</div>