DEV: Update more deprecated Font Awesome icon names

This commit is contained in:
Kelvin Tan 2024-12-05 23:13:21 +08:00
parent 2075b3b748
commit cf16fa9f40
No known key found for this signature in database
GPG Key ID: 49C85DCE965C53EF
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<span class="controls">
<DButton
@action={{fn this.removeNote n}}
@icon="far-trash-alt"
@icon="far-trash-can"
@title="user_notes.remove"
class="btn-small btn-danger"
/>

View File

@ -1,6 +1,6 @@
<DButton
class="btn-default show-user-notes-btn"
@action={{@show}}
@icon="pencil-alt"
@icon="pencil"
@translatedLabel={{this.label}}
/>