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

* DEV: Update more deprecated Font Awesome icon names

* update to pencil
This commit is contained in:
Kelv 2024-12-07 03:31:37 +08:00 committed by GitHub
parent 2075b3b748
commit 3ab669819e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 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}}
/>

View File

@ -95,7 +95,7 @@ export default {
});
api.addPostAdminMenuButton((attrs) => {
return {
icon: "pencil-alt",
icon: "pencil",
label: "user_notes.attach",
action: (post) => {
showUserNotes(