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:
@ -12,7 +12,7 @@ export default function Footer() {
|
|||||||
<img
|
<img
|
||||||
src={logoWhite}
|
src={logoWhite}
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
className="h-8"
|
className="h-5"
|
||||||
data-testid="footer-logo"
|
data-testid="footer-logo"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user