Fix deprecated icon reference
This commit is contained in:
parent
9253d68279
commit
a43901c81c
|
@ -83,7 +83,7 @@ export default {
|
||||||
|
|
||||||
api.decorateWidget("post-admin-menu:after", dec => {
|
api.decorateWidget("post-admin-menu:after", dec => {
|
||||||
return dec.attach("post-admin-menu-button", {
|
return dec.attach("post-admin-menu-button", {
|
||||||
icon: "pencil",
|
icon: "pencil-alt",
|
||||||
label: "user_notes.attach",
|
label: "user_notes.attach",
|
||||||
action: "showUserNotes"
|
action: "showUserNotes"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue