DEV: Update more deprecated Font Awesome icon names (#30163)

* DEV: Update more deprecated Font Awesome icon names

* revert update to icon-library test - test is covering deprecation case
This commit is contained in:
Kelv
2024-12-09 05:14:28 +08:00
committed by GitHub
parent b8325f2190
commit 0f2033dd69
8 changed files with 9 additions and 9 deletions

View File

@ -94,7 +94,7 @@ export default class AdminChatIncomingWebhooksList extends Component {
>{{i18n "chat.incoming_webhooks.edit"}}</LinkTo>
<DButton
@icon="trash-alt"
@icon="trash-can"
@title="chat.incoming_webhooks.delete"
@action={{fn this.destroyWebhook webhook}}
class="btn-danger btn-small admin-chat-incoming-webhooks-delete"