summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomasz1986 <twilczynski@naver.com>2023-02-21 19:05:15 +0100
committerGitHub <noreply@github.com>2023-02-21 19:05:15 +0100
commit17887ce0b1a1a8756a61802f9136f2fc68bba180 (patch)
treee7c5c6b4655b9cf49db2fdbad7198f935bb29a93
parent2f88dafa56ac9cfb36cb913364d85cb8ca90d6d6 (diff)
gui: Remove non-existent customicons.css file reference (fixes #8797) (#8798)
The reference comes from fd0a6225aadce9cee19ab058465fa5c8658f0be9, but the file itself was removed in the process of working on the pull request, yet the reference to it was still left in the index.html. Signed-off-by: Tomasz WilczyƄski <twilczynski@naver.com>
-rw-r--r--gui/default/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/default/index.html b/gui/default/index.html
index b527d98dd6..ac84df04c6 100644
--- a/gui/default/index.html
+++ b/gui/default/index.html
@@ -24,7 +24,6 @@
<link href="assets/css/tree.css" rel="stylesheet"/>
<link href="assets/css/overrides.css" rel="stylesheet"/>
<link href="assets/css/theme.css" rel="stylesheet"/>
- <link href="assets/css/customicons.css" rel="stylesheet"/>
</head>
<body>