From 11c3d1e13736802ad4f2825e39a8780cf3aa370d Mon Sep 17 00:00:00 2001 From: Stephen Tse Date: Wed, 26 Mar 2025 03:02:29 -0700 Subject: [PATCH] Ran Prettier --- docs/layout-components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.