fix: splash logo is not rendering properly
This commit is contained in:
parent
2a5c778235
commit
93c33de489
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue