diff --git a/apps/web/src/components/note/index.js b/apps/web/src/components/note/index.js index dcd3b0693..de209523f 100644 --- a/apps/web/src/components/note/index.js +++ b/apps/web/src/components/note/index.js @@ -14,7 +14,7 @@ import Colors from "../menu/colors"; function menuItems(note, context) { return [ - { component: Colors }, + { title: "colors", component: Colors }, { title: note.notebook ? "Move" : "Add to", onClick: async () => {