From 2060bb8cddd6727a192aa279f2519427c1b1099c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 10 Dec 2025 16:14:40 +0200 Subject: [PATCH] feat(breadcrumb): show note preview --- apps/client/src/widgets/Breadcrumb.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/widgets/Breadcrumb.tsx b/apps/client/src/widgets/Breadcrumb.tsx index 651aafcfd..1ac3ecb51 100644 --- a/apps/client/src/widgets/Breadcrumb.tsx +++ b/apps/client/src/widgets/Breadcrumb.tsx @@ -79,7 +79,6 @@ function BreadcrumbLink({ notePath }: { notePath: string }) { return ( ); }