diff --git a/src/features/dashboard/components/notes/note-list-item.tsx b/src/features/dashboard/components/notes/note-list-item.tsx index 407769d..af9e6a7 100644 --- a/src/features/dashboard/components/notes/note-list-item.tsx +++ b/src/features/dashboard/components/notes/note-list-item.tsx @@ -23,7 +23,7 @@ export function NoteListItem({ const createdAtLabel = formatNoteCreatedAt(note.createdAt); return ( -
{displayTitle} @@ -44,7 +44,7 @@ export function NoteListItem({