mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 20:21:19 +02:00
fix: change icon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user