diff --git a/src/components/NoteList.tsx b/src/components/NoteList.tsx index 50019ea1..14e35db9 100644 --- a/src/components/NoteList.tsx +++ b/src/components/NoteList.tsx @@ -289,16 +289,16 @@ function NoteListInner({ entries, selection, selectedNote, allContent, modifiedF style={{ color: typeColor }} data-testid="type-icon" /> -
+
- {entry.title} + {entry.title}
- +
{relativeDate(getDisplayDate(entry))} - +
{entry.snippet}