Skip to content

Commit

Permalink
Update src/components/hero/_macro.njk
Browse files Browse the repository at this point in the history
Co-authored-by: rmccar <42928680+rmccar@users.noreply.github.com>
  • Loading branch information
SriHV and rmccar authored Jan 13, 2025
1 parent ab9ffd8 commit ac22e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hero/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"itemsList": params.breadcrumbs.itemsList,
"ariaLabel": params.breadcrumbs.ariaLabel,
"id": params.breadcrumbs.id,
"classes": 'ons-u-pt-no ' ~ (params.breadcrumbs.classes if params.breadcrumbs.classes else '')
"classes": 'ons-u-pt-no' ~ (' ' + params.breadcrumbs.classes if params.breadcrumbs.classes else '')
})
}}
{% endif %}
Expand Down

0 comments on commit ac22e21

Please sign in to comment.