diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6a07fb65..70e4fc3acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ ## Unreleased * Fix toggle behaviour in related navigation and taxonomy navigation when JS disabled (PR #551) +* Make "GOV.UK Publishing" the default product name (PR #557 #560) +* Change the colour of production to red (PR #557) +* Add environment tag in the header for all environments (PR #557) ## 11.1.0 diff --git a/app/views/govuk_publishing_components/components/_layout_header.html.erb b/app/views/govuk_publishing_components/components/_layout_header.html.erb index 0e2ab473d0..5232bbb10a 100644 --- a/app/views/govuk_publishing_components/components/_layout_header.html.erb +++ b/app/views/govuk_publishing_components/components/_layout_header.html.erb @@ -1,4 +1,5 @@ <% + product_name ||= "Publishing" navigation_items ||= [] %>