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">
|
<span class="controls">
|
||||||
<DButton
|
<DButton
|
||||||
@action={{fn this.removeNote n}}
|
@action={{fn this.removeNote n}}
|
||||||
@icon="far-trash-alt"
|
@icon="far-trash-can"
|
||||||
@title="user_notes.remove"
|
@title="user_notes.remove"
|
||||||
class="btn-small btn-danger"
|
class="btn-small btn-danger"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<DButton
|
<DButton
|
||||||
class="btn-default show-user-notes-btn"
|
class="btn-default show-user-notes-btn"
|
||||||
@action={{@show}}
|
@action={{@show}}
|
||||||
@icon="pencil-alt"
|
@icon="pencil"
|
||||||
@translatedLabel={{this.label}}
|
@translatedLabel={{this.label}}
|
||||||
/>
|
/>
|
|
@ -95,7 +95,7 @@ export default {
|
||||||
});
|
});
|
||||||
api.addPostAdminMenuButton((attrs) => {
|
api.addPostAdminMenuButton((attrs) => {
|
||||||
return {
|
return {
|
||||||
icon: "pencil-alt",
|
icon: "pencil",
|
||||||
label: "user_notes.attach",
|
label: "user_notes.attach",
|
||||||
action: (post) => {
|
action: (post) => {
|
||||||
showUserNotes(
|
showUserNotes(
|
||||||
|
|
Loading…
Reference in New Issue