mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-11 05:45:26 -06:00
feat(breadcrumb): hide preview
This commit is contained in:
parent
43ceb1982d
commit
6e29fe8d58
@ -18,7 +18,10 @@ export default function Breadcrumb() {
|
|||||||
|
|
||||||
function BreadcrumbItem({ notePath }: { notePath: string }) {
|
function BreadcrumbItem({ notePath }: { notePath: string }) {
|
||||||
return (
|
return (
|
||||||
<NoteLink notePath={notePath} />
|
<NoteLink
|
||||||
|
notePath={notePath}
|
||||||
|
noPreview
|
||||||
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user