From f0eb9c26b168d1d6e21db6e6df5f58bd86a32013 Mon Sep 17 00:00:00 2001 From: __JosephAbbey Date: Sun, 6 Jul 2025 13:07:04 +0100 Subject: [PATCH] Render correct icon in web editor for info types --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 1a8529b..443b9ba 100644 --- a/web/index.html +++ b/web/index.html @@ -37,7 +37,7 @@ margin-left: 0.5em; filter: grayscale() invert(); } - .template { + .template, .info { background-image: url(../resources-icons-48/info_type.svg); background-size: contain; margin-left: 0.5em;