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:
parent
2075b3b748
commit
3ab669819e
|
@ -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"
|
||||
/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<DButton
|
||||
class="btn-default show-user-notes-btn"
|
||||
@action={{@show}}
|
||||
@icon="pencil-alt"
|
||||
@icon="pencil"
|
||||
@translatedLabel={{this.label}}
|
||||
/>
|
|
@ -95,7 +95,7 @@ export default {
|
|||
});
|
||||
api.addPostAdminMenuButton((attrs) => {
|
||||
return {
|
||||
icon: "pencil-alt",
|
||||
icon: "pencil",
|
||||
label: "user_notes.attach",
|
||||
action: (post) => {
|
||||
showUserNotes(
|
||||
|
|
Loading…
Reference in New Issue