From 4dccf72565757de4bc178490bb502f72883133bf Mon Sep 17 00:00:00 2001 From: thecodrr Date: Tue, 17 Mar 2020 12:51:23 +0500 Subject: [PATCH] fix: change icon --- apps/web/src/components/note/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/note/index.js b/apps/web/src/components/note/index.js index ed0d50c32..067099e68 100644 --- a/apps/web/src/components/note/index.js +++ b/apps/web/src/components/note/index.js @@ -47,9 +47,9 @@ const menuItems = (note, index, context) => [ title: "Remove", onClick: async () => { confirm( - Icon.Book, - "Remove", - "Are you sure you want to Remove this note?" + Icon.Topic, + "Remove from Topic", + "Are you sure you want to remove this note?" ).then(async res => { if (res) { await db.notebooks