From 35c4c61d15570f344595e438b1901ddc10cb0259 Mon Sep 17 00:00:00 2001 From: Tom <7283497+thfrei@users.noreply.github.com> Date: Mon, 9 May 2022 16:57:23 +0200 Subject: [PATCH] sync canvas icon of tree_context_menu --- src/public/app/services/tree_context_menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/services/tree_context_menu.js b/src/public/app/services/tree_context_menu.js index c27266111..71231bbfc 100644 --- a/src/public/app/services/tree_context_menu.js +++ b/src/public/app/services/tree_context_menu.js @@ -34,7 +34,7 @@ class TreeContextMenu { { title: "Render HTML note", command: command, type: "render", uiIcon: "extension" }, { title: "Book", command: command, type: "book", uiIcon: "book" }, { title: "Mermaid diagram", command: command, type: "mermaid", uiIcon: "selection" }, - { title: "Canvas Note", command: command, type: "canvas-note", uiIcon: "map-alt" }, + { title: "Canvas Note", command: command, type: "canvas-note", uiIcon: "pen" }, ]; }