aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/messages/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/resources/messages/index.php')
-rw-r--r--app/views/resources/messages/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/resources/messages/index.php b/app/views/resources/messages/index.php
index 15f233e..72a50bf 100644
--- a/app/views/resources/messages/index.php
+++ b/app/views/resources/messages/index.php
@@ -23,7 +23,7 @@
<span class="selected-room template invisible">
<input type="hidden" name="room_ids[]">
<span></span>
- <?= Icon::create('trash')->asSvg(
+ <?= Icon::create('trash')->asImg(
[
'class' => 'remove-icon text-bottom'
]
@@ -35,7 +35,7 @@
<input type="hidden" name="room_ids[]"
value="<?= htmlReady($room->id) ?>">
<span><?= htmlReady($room->name) ?></span>
- <?= Icon::create('trash')->asSvg(
+ <?= Icon::create('trash')->asImg(
[
'class' => 'remove-icon text-bottom'
]