summaryrefslogtreecommitdiffstats
path: root/app/views/admin/relays/_relay.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/relays/_relay.html.haml')
-rw-r--r--app/views/admin/relays/_relay.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/relays/_relay.html.haml b/app/views/admin/relays/_relay.html.haml
index f1dd2b2dd14..0960124ccfa 100644
--- a/app/views/admin/relays/_relay.html.haml
+++ b/app/views/admin/relays/_relay.html.haml
@@ -4,7 +4,7 @@
%td
- if relay.accepted?
%span.positive-hint
- = fa_icon('check')
+ = material_symbol('check')
 
= t 'admin.relays.enabled'
- elsif relay.pending?
@@ -13,7 +13,7 @@
= t 'admin.relays.pending'
- else
%span.negative-hint
- = fa_icon('times')
+ = material_symbol('close')
 
= t 'admin.relays.disabled'
%td