Skip to content

Commit 1e1af32

Browse files
committed
Fix icon in spatial search widget
1 parent 309b936 commit 1e1af32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/spatial/templates/spatial/snippets/spatial_query.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<section id="dataset-map" class="module module-narrow module-shallow">
1616
<h2 class="module-heading">
17-
<i class="icon-medium icon-globe"></i>
17+
<i class="fa fa-globe"></i>
1818
{{ _('Filter by location') }}
1919
<a href="{{ h.remove_url_param(['ext_bbox']) }}" class="action">{{ _('Clear') }}</a>
2020
</h2>

0 commit comments

Comments
 (0)