diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 81183bd..7c169c6 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -80,7 +80,7 @@ {% for name, uri in links.items() %} {{ name }} {% endfor %} - {{ no_input_post_form("/api/refresh/collections", "Refresh Collections") }} + {{ no_input_post_form("/api/refresh/collections", "🔄"|safe) }} {%- endmacro %}