mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 01:14:29 +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:
@ -23,7 +23,7 @@ export default class DateTimeField extends BaseField {
|
||||
|
||||
{{#if @field.metadata.value}}
|
||||
<DButton
|
||||
@icon="trash-alt"
|
||||
@icon="trash-can"
|
||||
@action={{this.reset}}
|
||||
@disabled={{@field.isDisabled}}
|
||||
/>
|
||||
|
@ -115,7 +115,7 @@ export default class PmsField extends BaseField {
|
||||
</div>
|
||||
<section class="actions">
|
||||
<DButton
|
||||
@icon="trash-alt"
|
||||
@icon="trash-can"
|
||||
@action={{fn this.removePM pm}}
|
||||
class="btn-danger"
|
||||
@disabled={{@field.isDisabled}}
|
||||
|
@ -11,7 +11,7 @@ export default function formatEnabledAutomation(enabled, trigger) {
|
||||
);
|
||||
} else {
|
||||
return htmlSafe(
|
||||
iconHTML("times", {
|
||||
iconHTML("xmark", {
|
||||
class: "disabled-automation",
|
||||
title: "discourse_automation.models.automation.disabled.label",
|
||||
})
|
||||
|
@ -66,7 +66,7 @@
|
||||
|
||||
<td>
|
||||
<DButton
|
||||
@icon="trash-alt"
|
||||
@icon="trash-can"
|
||||
@action={{action "destroyAutomation" automation}}
|
||||
class="btn-danger"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user