How to hide breadcrumb icons globally?
I want to hide the breadcrumbs icons globally on all pages instead of hiding on each and individual pages. Is there a way to achieve that?
1 Reply
sensitive-blue•2y ago
Hey @dipbazz, we have an option in
<Refine />
component to override the Breadcrumb
component globally, with this way you can pass hideIcons
prop once and apply to all.
Here's the docs for it https://refine.dev/docs/api-reference/core/components/refine-config/#breadcrumb| refine
`` component is the entry point of a refine app. It is where the highest level of configuration of the app occurs.