update to pencil
This commit is contained in:
parent
cf16fa9f40
commit
351cee3218
|
@ -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