Skip to content

Commit

Permalink
Pass content_item_hash to breadcrumb component
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCGDS committed Oct 18, 2024
1 parent 14f4584 commit 177b175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/landing_page/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="landing-page-header__blue-bar">
</div>

<%= render 'govuk_publishing_components/components/contextual_breadcrumbs', content_item: Hash.new, inverse: true %>
<%= render 'govuk_publishing_components/components/contextual_breadcrumbs', content_item: content_item_hash, inverse: true %>

<div class="landing-page-header__org">
<%= render "govuk_publishing_components/components/organisation_logo", {
Expand Down

0 comments on commit 177b175

Please sign in to comment.