FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
88 stars 12 forks source link

Wrap all the breadcrumbs in <Breadcrumb> #2572

Open lyleschemmerling opened 9 months ago

lyleschemmerling commented 9 months ago

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 instead.

Grep for 'strong' tags and '->' and review, wrap in breadcrumb component, make sure you import the component as needed.

mooreds commented 8 months ago

Grep for 'strong' tags and '->' and review, wrap in breadcrumb component.