mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 05:48:23 +08:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user