From 23fa328f36674ad317e137f9dc76fffe2421d967 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sat, 26 Aug 2023 00:50:11 +0200 Subject: [PATCH] Fixing splash screen icon #587 --- src/frontend/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/index.html b/src/frontend/index.html index c0f89bbf..c8ba7325 100644 --- a/src/frontend/index.html +++ b/src/frontend/index.html @@ -40,7 +40,7 @@ style="width: 200px;max-width: calc(50vw);max-height: calc(50vh);" fill="currentcolor" viewBox="<%- Config.Server.svgIcon.viewBox || '0 0 512 512' %>"> - <%- Config.Server.svgIcon.items %> + "+Config.Server.svgIcon.items+"

Loading...