mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 21:29:56 +01:00
style/status bar/backlinks flyout: rename HTML tag
This commit is contained in:
@@ -389,7 +389,7 @@ export function BacklinksList({ note }: { note: FNote }) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
return backlinks.map(backlink => (
|
return backlinks.map(backlink => (
|
||||||
<div>
|
<li>
|
||||||
<NoteLink
|
<NoteLink
|
||||||
notePath={backlink.noteId}
|
notePath={backlink.noteId}
|
||||||
showNotePath showNoteIcon
|
showNotePath showNoteIcon
|
||||||
@@ -403,7 +403,7 @@ export function BacklinksList({ note }: { note: FNote }) {
|
|||||||
<RawHtml html={excerpt} />
|
<RawHtml html={excerpt} />
|
||||||
))
|
))
|
||||||
)}
|
)}
|
||||||
</div>
|
</li>
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user