diff --git a/src/components/NotesList.tsx b/src/components/NotesList.tsx
index c0e01e8..23bbe17 100644
--- a/src/components/NotesList.tsx
+++ b/src/components/NotesList.tsx
@@ -160,19 +160,26 @@ export function NotesList({
{note.title || 'Untitled'}
-
+
+ {deleteClickedId === note.id && (
+
+ Click again to delete
+
+ )}
+
+