From 6e29fe8d58a90a0e9e17d1cfe5d599625383873d Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 8 Dec 2025 15:56:03 +0200 Subject: [PATCH] feat(breadcrumb): hide preview --- apps/client/src/widgets/Breadcrumb.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/Breadcrumb.tsx b/apps/client/src/widgets/Breadcrumb.tsx index 9055a1e53..24a859eac 100644 --- a/apps/client/src/widgets/Breadcrumb.tsx +++ b/apps/client/src/widgets/Breadcrumb.tsx @@ -18,7 +18,10 @@ export default function Breadcrumb() { function BreadcrumbItem({ notePath }: { notePath: string }) { return ( - + ) }