diff --git a/src/features/notes/components/note-card.tsx b/src/features/notes/components/note-card.tsx index bfba292..a39ade2 100644 --- a/src/features/notes/components/note-card.tsx +++ b/src/features/notes/components/note-card.tsx @@ -7,6 +7,7 @@ import { RiFileList2Line, RiInboxUnarchiveLine, RiPencilLine, + RiSubtractLine, } from "@remixicon/react"; import { buildNoteDisplayTitle, @@ -101,7 +102,7 @@ export function NoteCard({ {task.completed ? ( ) : ( -
+ )}
) : ( -
+ )}