feat(breadcrumb): show note preview

This commit is contained in:
Elian Doran
2025-12-10 16:14:40 +02:00
parent a9b4e7b1e2
commit 2060bb8cdd

View File

@@ -79,7 +79,6 @@ function BreadcrumbLink({ notePath }: { notePath: string }) {
return (
<NoteLink
notePath={notePath}
noPreview
/>
);
}