Skip to content

Commit

Permalink
Merge pull request #407 from malua/patch-1
Browse files Browse the repository at this point in the history
docs: customizeListElements instead of customizeLinks when removing crumbs
  • Loading branch information
felix-berlin authored Dec 11, 2024
2 parents c2564bd + a427479 commit bd9c99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/disable-or-remove-crumb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ You can do the same with `excludeCurrentPage`.
You can also remove a specific crumb by setting the `index` to the index of the crumb you want to remove.

```astro
<Breadcrumbs customizeLinks={[{ index: 1, remove: true }]} />
<Breadcrumbs customizeListElements={[{ index: 1, remove: true }]} />
```

0 comments on commit bd9c99b

Please sign in to comment.