Skip to content

Commit

Permalink
Add uswds property to breadcrumbs so that they render. (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove authored Jul 12, 2024
1 parent 283087b commit 7018c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/common/breadcrumbs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const Breadcrumbs = ({
disable-analytics={disableAnalytics}
class="hydrated va-nav-breadcrumbs"
wrapping={false}
uswds={false}
>
{filteredCrumbs.map((crumb, index) => {
return (
Expand Down

0 comments on commit 7018c26

Please sign in to comment.