Merge pull request #29097 from iamejaaz/splash-logo-style

fix: splash logo is not rendering properly
This commit is contained in:
Soham Kulkarni 2025-01-10 15:54:55 +05:30 committed by GitHub
commit 2f0e5a0ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
<div class="centered splash">
<img src="{{ splash_image or "/assets/frappe/images/frappe-framework-logo.svg" }}"
style="width: 100px; height: 100px;">
style="width: auto; max-width: 200px;">
</div>