fix: change icon

This commit is contained in:
thecodrr
2020-03-17 12:51:23 +05:00
parent a8ff14c368
commit 4dccf72565

View File

@@ -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