Adjust logo size in search bar for better visual balance

Update the logo's height in the search bar from h-3.5 to h-[7px] within the Home page component.

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/cYvjJgC
This commit is contained in:
kimjaehyeon0101
2025-10-15 11:36:07 +00:00
parent a0c35fbcc9
commit e1408daa50

View File

@ -119,7 +119,7 @@ export default function Home() {
<img <img
src="/attached_assets/sapiens_black_logo.png?v=2" src="/attached_assets/sapiens_black_logo.png?v=2"
alt="SAPIENS" alt="SAPIENS"
className="h-3.5 w-auto" className="h-[7px] w-auto"
/> />
</div> </div>
</div> </div>