Skip to content

Commit

Permalink
Merge pull request #3551 from alphagov/add-version
Browse files Browse the repository at this point in the history
Add version to component guide
  • Loading branch information
andysellick authored Aug 17, 2023
2 parents 537a2fc + 089ca3f commit bad11d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<% else %>
<%= render "govuk_publishing_components/components/layout_header", {
environment: GovukPublishingComponents::AppHelpers::Environment.current_acceptance_environment,
product_name: GovukPublishingComponents::Config.component_guide_title,
product_name: "#{GovukPublishingComponents::Config.component_guide_title} #{GovukPublishingComponents::VERSION}",
href: component_guide_path
} %>
<div class="govuk-width-container app-width-container--wide">
Expand Down

0 comments on commit bad11d9

Please sign in to comment.