aboutsummaryrefslogtreecommitdiff
path: root/templates/sidebar/room-search-criteria-templates.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sidebar/room-search-criteria-templates.php')
-rw-r--r--templates/sidebar/room-search-criteria-templates.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/sidebar/room-search-criteria-templates.php b/templates/sidebar/room-search-criteria-templates.php
index 09e980b..d084fa4 100644
--- a/templates/sidebar/room-search-criteria-templates.php
+++ b/templates/sidebar/room-search-criteria-templates.php
@@ -16,7 +16,7 @@
</label>
</li>
<li class="template invisible" data-template-type="range">
- <?= Icon::create('trash')->asSvg(
+ <?= Icon::create('trash')->asImg(
[
'class' => 'text-bottom remove-icon',
'aria-label' => _('Kriterium entfernen'),
@@ -38,7 +38,7 @@
</label>
</li>
<li class="template invisible" data-template-type="num">
- <?= Icon::create('trash')->asSvg(
+ <?= Icon::create('trash')->asImg(
[
'class' => 'text-bottom remove-icon',
'aria-label' => _('Kriterium entfernen'),
@@ -51,7 +51,7 @@
</label>
</li>
<li class="template invisible" data-template-type="select">
- <?= Icon::create('trash')->asSvg(['class' => 'text-bottom remove-icon']) ?>
+ <?= Icon::create('trash')->asImg(['class' => 'text-bottom remove-icon']) ?>
<label class="undecorated">
<span></span>
<select class="room-search-widget_criteria-list_input">
@@ -60,7 +60,7 @@
</li>
<li class="template invisible"
data-template-type="other">
- <?= Icon::create('trash')->asSvg(
+ <?= Icon::create('trash')->asImg(
[
'class' => 'text-bottom remove-icon',
'aria-label' => _('Kriterium entfernen'),