Slightly move the selected logo image to the left

Adjusted the `className` of the SAPIENS logo image in `Landing.tsx` to include `-ml-2` for a minor leftward shift.

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:48:28 +00:00
parent 272e5d26cc
commit 86972ac9de

View File

@ -134,7 +134,7 @@ export default function Landing() {
<img <img
src="/attached_assets/sapiens_black_logo.png" src="/attached_assets/sapiens_black_logo.png"
alt="SAPIENS" alt="SAPIENS"
className="h-8 w-auto" className="h-8 w-auto -ml-2"
data-testid="logo-sapiens" data-testid="logo-sapiens"
/> />
</div> </div>