Browse Source

facet icons

master
rdrew 1 week ago
parent
commit
376c794925
  1. 5
      templates/facets/facets-result-item.html.twig

5
templates/facets/facets-result-item.html.twig

@ -18,11 +18,6 @@
#}
{% if is_active %}
<span class="facet-item__status js-facet-deactivate">
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"><!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.-->
<path
d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z" />
</svg>
<i class="fa-solid fa-ban"></i>
</span>
{% endif %}

Loading…
Cancel
Save