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 (
-
+
)
}