From ea3898fd6bb75c76b080d8a848f7e712f32ccdbc Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:55:07 -0400 Subject: [PATCH] docs(nxdev): add breadcrumbs index key (#12793) --- nx-dev/ui-common/src/lib/breadcrumbs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-dev/ui-common/src/lib/breadcrumbs.tsx b/nx-dev/ui-common/src/lib/breadcrumbs.tsx index 582f243af5..3c474322a5 100644 --- a/nx-dev/ui-common/src/lib/breadcrumbs.tsx +++ b/nx-dev/ui-common/src/lib/breadcrumbs.tsx @@ -27,7 +27,7 @@ export function Breadcrumbs({ path }: { path: string }): JSX.Element {