Increase the size of the SAPIENS logo on the landing page
Update the `className` attribute of the SAPIENS logo image in `client/src/pages/Landing.tsx` from "h-1 w-auto" to "h-2 w-auto" to double its size. 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:
@ -150,7 +150,7 @@ export default function Landing() {
|
|||||||
<img
|
<img
|
||||||
src="/attached_assets/sapiens_black_logo.png?v=3"
|
src="/attached_assets/sapiens_black_logo.png?v=3"
|
||||||
alt="SAPIENS"
|
alt="SAPIENS"
|
||||||
className="h-1 w-auto"
|
className="h-2 w-auto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user