summaryrefslogtreecommitdiff
path: root/searx/templates/simple/icons.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/simple/icons.html')
-rw-r--r--searx/templates/simple/icons.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/templates/simple/icons.html b/searx/templates/simple/icons.html
index c6022de09..2ef37dd26 100644
--- a/searx/templates/simple/icons.html
+++ b/searx/templates/simple/icons.html
@@ -43,13 +43,13 @@ set catalog = {
{% macro icon(action, alt) -%}
- {{ catalog[action] | replace("__jinja_class_placeholder__", "ion-icon") | safe }}
+ {{ catalog[action] | replace("__jinja_class_placeholder__", "sxng-icon-set") | safe }}
{%- endmacro %}
{% macro icon_small(action, alt) -%}
- {{ catalog[action] | replace("__jinja_class_placeholder__", "ion-icon-small") | safe }}
+ {{ catalog[action] | replace("__jinja_class_placeholder__", "sxng-icon-set-small") | safe }}
{%- endmacro %}
{% macro icon_big(action, alt) -%}
- {{ catalog[action] | replace("__jinja_class_placeholder__", "ion-icon-big") | safe }}
+ {{ catalog[action] | replace("__jinja_class_placeholder__", "sxng-icon-set-big") | safe }}
{%- endmacro %} \ No newline at end of file