Make the Sapiens logo next to the search bar smaller

Adjust the size of the Sapiens logo in the MediaOutlet component from h-3 to h-2.5.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/IfFFLfD
This commit is contained in:
kimjaehyeon0101
2025-10-15 07:31:01 +00:00
parent cb6f5b8e85
commit 6525de4611

View File

@ -240,7 +240,7 @@ export default function MediaOutlet() {
<img <img
src="/attached_assets/logo_black_1759162717640.png" src="/attached_assets/logo_black_1759162717640.png"
alt="SAPIENS" alt="SAPIENS"
className="h-3 w-auto" className="h-2.5 w-auto"
/> />
</div> </div>
</div> </div>