diff --git a/docs/layout-components.md b/docs/layout-components.md index 45a95361a..09c2d761e 100644 --- a/docs/layout-components.md +++ b/docs/layout-components.md @@ -87,7 +87,7 @@ The example above would only render the Search component when the page is not in Component.ConditionalRender({ component: Component.Breadcrumbs(), condition: (page) => page.fileData.slug !== "index", -}), +}) ``` -The example above would hide breadcrumbs on the root `index.md` page. \ No newline at end of file +The example above would hide breadcrumbs on the root `index.md` page.