summaryrefslogtreecommitdiffstats
path: root/app/views/admin/reports/_header_card.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/reports/_header_card.html.haml')
-rw-r--r--app/views/admin/reports/_header_card.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/reports/_header_card.html.haml b/app/views/admin/reports/_header_card.html.haml
index e90e3f9c906..52e62b44998 100644
--- a/app/views/admin/reports/_header_card.html.haml
+++ b/app/views/admin/reports/_header_card.html.haml
@@ -16,7 +16,7 @@
%strong.emojify.p-name= display_name(report.target_account, custom_emojify: true)
%span
= acct(report.target_account)
- = fa_icon('lock') if report.target_account.locked?
+ = material_symbol('lock') if report.target_account.locked?
- if report.target_account.note.present?
.account-card__bio.emojify
= prerender_custom_emojis(account_bio_format(report.target_account), report.target_account.emojis)