mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 16:41:08 +08:00
DEV: remap all core icons for fontawesome 6 upgrade (#28715)
Followup to 7d8974d02f7360b324b446868463e950fe92883f Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
@ -350,7 +350,7 @@ export default class AdminUserIndexController extends Controller.extend(
|
||||
class: "delete-user-modal",
|
||||
buttons: [
|
||||
{
|
||||
icon: "exclamation-triangle",
|
||||
icon: "triangle-exclamation",
|
||||
label: I18n.t("admin.user.anonymize_yes"),
|
||||
class: "btn-danger",
|
||||
action: () => performAnonymize(),
|
||||
@ -425,7 +425,7 @@ export default class AdminUserIndexController extends Controller.extend(
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: "exclamation-triangle",
|
||||
icon: "triangle-exclamation",
|
||||
label: I18n.t("admin.user.delete_and_block"),
|
||||
class: "btn-danger",
|
||||
action: () => {
|
||||
|
Reference in New Issue
Block a user