docs: fix typo in breadcrumbs documentation (#513)

This commit is contained in:
Catchears 2023-09-29 17:19:10 +02:00 committed by GitHub
parent 0b61f6fbfd
commit 0138085c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ You can also adjust where the breadcrumbs will be displayed by adjusting the [[l
Want to customize it even more?
- Removing graph view: delete all usages of `Component.Breadcrumbs()` from `quartz.layout.ts`.
- Removing breadcrumbs: delete all usages of `Component.Breadcrumbs()` from `quartz.layout.ts`.
- Component: `quartz/components/Breadcrumbs.tsx`
- Style: `quartz/components/styles/breadcrumbs.scss`
- Script: inline at `quartz/components/Breadcrumbs.tsx`