From 205f81bffdd4dbf7322737115fb1625f342f1172 Mon Sep 17 00:00:00 2001 From: awais786 Date: Fri, 24 Apr 2026 19:14:59 +0500 Subject: [PATCH] fix(frontend): drop stale ui.css link from index template Build emits only main.css (compileStyles in scripts/_helpers.js). Template still referenced css/ui.css, producing a 404 in every page load. Removes the dead . --- frontend/resources/templates/index.mustache | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/resources/templates/index.mustache b/frontend/resources/templates/index.mustache index f80b7e77598..d6437a89692 100644 --- a/frontend/resources/templates/index.mustache +++ b/frontend/resources/templates/index.mustache @@ -18,7 +18,6 @@ - {{#isDebug}} {{/isDebug}}