Skip to content

Commit

Permalink
Updated phase banner text to "New Service" (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithkennedyHO authored Nov 14, 2023
1 parent d64a449 commit 09bb09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addGlobalData("phaseBannerConfiguration", () => {
return {
tag: {
text: "Alpha"
text: "New Service"
},
html: 'This is a new service – your <a class="govuk-link" target="_blank" href="/provide-feedback/">feedback (opens in a new tab)</a> will help us to improve it.'
}
Expand Down

0 comments on commit 09bb09e

Please sign in to comment.