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 12664ae596
commit e4e54f52d5

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`