fusionauth-issues
fusionauth-issues copied to clipboard
Wrap all the breadcrumbs in <Breadcrumb>
Wrap all the breadcrumbs in <Breadcrumb>
Description
When the site was migrated to astro almost all of the elements marked with asciidoc [breadcrumb] were changed to .
These should be wrapped in <Breadcrumb> instead.
Grep for 'strong' tags and '->' and review, wrap in breadcrumb component, make sure you import the component as needed.
Grep for 'strong' tags and '->' and review, wrap in breadcrumb component.