From 8b864ed11107dcc6ef2780d8536cba1f9c5ff388 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 15 Feb 2025 09:17:21 +0100 Subject: [fix] simple template - video.html fix button icon to icon_small BTW: Rename the manufacturer-specific name ``ion-icon`` of the icon set in SerXNG to ``sxng-icon-set`` --> The icon set can be assembled together as desired in the FE and should therefore not have a manufacturer-specific name in the style and template definitions. Signed-off-by: Markus Heiser --- client/simple/theme_icons.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/simple/theme_icons.js') diff --git a/client/simple/theme_icons.js b/client/simple/theme_icons.js index dc896a15c..b7d695cc8 100644 --- a/client/simple/theme_icons.js +++ b/client/simple/theme_icons.js @@ -11,9 +11,9 @@ const dest = resolve(HERE, "../../searx/templates/simple/icons.html"); /** @type import("./tools/jinja_svg_catalog.js").JinjaMacro[] */ const searxng_jinja_macros = [ - { name: "icon", class: "ion-icon" }, - { name: "icon_small", class: "ion-icon-small" }, - { name: "icon_big", class: "ion-icon-big" }, + { name: "icon", class: "sxng-icon-set" }, + { name: "icon_small", class: "sxng-icon-set-small" }, + { name: "icon_big", class: "sxng-icon-set-big" }, ]; -- cgit v1.2.3