From 75c79bd8ed5457e6ecc9bc20f2bb74e27adeabd8 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Mon, 8 Jul 2024 15:59:46 -0400 Subject: [PATCH] Replace cycle with repeat_active --- app/javascript/material-icons/400-24px/cycle.svg | 1 - app/views/admin/reports/_status.html.haml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 app/javascript/material-icons/400-24px/cycle.svg diff --git a/app/javascript/material-icons/400-24px/cycle.svg b/app/javascript/material-icons/400-24px/cycle.svg deleted file mode 100644 index 023fe3ba3d4..00000000000 --- a/app/javascript/material-icons/400-24px/cycle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/views/admin/reports/_status.html.haml b/app/views/admin/reports/_status.html.haml index 1efc540bad5..11be38ef845 100644 --- a/app/views/admin/reports/_status.html.haml +++ b/app/views/admin/reports/_status.html.haml @@ -30,7 +30,7 @@ %span.negative-hint= t('admin.statuses.deleted') ยท - if status.reblog? - = material_symbol('cycle') + = material_symbol('repeat_active') = t('statuses.boosted_from_html', acct_link: admin_account_inline_link_to(status.proper.account)) - else = fa_visibility_icon(status)