mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 21:29:56 +01:00
feat(breadcrumb): hide preview
This commit is contained in:
@@ -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
|
||||||
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user