Fix icon in spatial search widget

This commit is contained in:
amercader 2022-12-20 13:09:53 +01:00
parent 309b9360a1
commit 1e1af32618
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ e.g.
<section id="dataset-map" class="module module-narrow module-shallow">
<h2 class="module-heading">
<i class="icon-medium icon-globe"></i>
<i class="fa fa-globe"></i>
{{ _('Filter by location') }}
<a href="{{ h.remove_url_param(['ext_bbox']) }}" class="action">{{ _('Clear') }}</a>
</h2>