Ran Prettier

This commit is contained in:
Stephen Tse 2025-03-26 03:02:29 -07:00
parent ca4258f156
commit 11c3d1e137

View File

@ -87,7 +87,7 @@ The example above would only render the Search component when the page is not in
Component.ConditionalRender({ Component.ConditionalRender({
component: Component.Breadcrumbs(), component: Component.Breadcrumbs(),
condition: (page) => page.fileData.slug !== "index", condition: (page) => page.fileData.slug !== "index",
}), })
``` ```
The example above would hide breadcrumbs on the root `index.md` page. The example above would hide breadcrumbs on the root `index.md` page.