mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
chore(react/collections/list): add class to title
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user