chore(react/collections/list): add class to title

This commit is contained in:
Elian Doran
2025-08-30 17:00:24 +03:00
parent c13f5a9b04
commit a9c5a3105f
3 changed files with 7 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ function NoteCard({ note, expand }: { note: FNote, expand?: boolean }) {
/>
<Icon className="note-icon" icon={note.getIcon()} />
<NoteLink notePath={notePath} noPreview showNotePath={isSearch} />
<NoteLink className="note-book-title" notePath={notePath} noPreview showNotePath={isSearch} />
{isExpanded && <>
<NoteContent note={note} />
<NoteChildren note={note} />