1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Fixing splash screen icon #587

This commit is contained in:
Patrik J. Braun 2023-08-26 00:50:11 +02:00
parent 9e3185154d
commit 23fa328f36

View File

@ -40,7 +40,7 @@
style="width: 200px;max-width: calc(50vw);max-height: calc(50vh);" style="width: 200px;max-width: calc(50vw);max-height: calc(50vh);"
fill="currentcolor" fill="currentcolor"
viewBox="<%- Config.Server.svgIcon.viewBox || '0 0 512 512' %>"> viewBox="<%- Config.Server.svgIcon.viewBox || '0 0 512 512' %>">
<%- Config.Server.svgIcon.items %> <!-- <%- "-->"+Config.Server.svgIcon.items+"<!--" %> -->
</svg> </svg>
<h2 style="margin-top: 1em">Loading...</h2> <h2 style="margin-top: 1em">Loading...</h2>
</div> </div>