1
0
mirror of synced 2026-08-05 14:47:06 +00:00

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

This commit is contained in:
Kelv
2024-12-07 03:45:05 +08:00
committed by GitHub
parent 33816f184d
commit d93cffcbd5
3 changed files with 6 additions and 6 deletions
@@ -2,7 +2,7 @@
<div class="channel-header">
<div class="pull-right">
<DButton
@icon="pencil-alt"
@icon="pencil"
@title="chat_integration.edit_channel"
@label="chat_integration.edit_channel"
@action={{fn @editChannel @channel}}
@@ -17,7 +17,7 @@
/>
<DButton
@icon="trash-alt"
@icon="trash-can"
@title="chat_integration.delete_channel"
@label="chat_integration.delete_channel"
@action={{fn this.deleteChannel @channel}}
@@ -28,7 +28,7 @@
<span class="channel-title">
{{#if @channel.error_key}}
<DButton
@icon="exclamation-triangle"
@icon="triangle-exclamation"
@action={{fn @showError @channel}}
class="delete btn-danger"
/>
@@ -29,14 +29,14 @@
<td>
<DButton
@icon="pencil-alt"
@icon="pencil"
@title="chat_integration.rule_table.edit_rule"
@action={{fn @edit @rule}}
class="edit"
/>
<DButton
@icon="far-trash-alt"
@icon="far-trash-can"
@title="chat_integration.rule_table.delete_rule"
@action={{fn this.delete @rule}}
class="delete"
@@ -17,7 +17,7 @@
</div>
<DButton
@icon="cog"
@icon="gear"
@title="chat_integration.settings"
@label="chat_integration.settings"
@action={{route-action "showSettings"}}