From 09bb09ed7abc07aab22613def1b2f7e05713b33e Mon Sep 17 00:00:00 2001 From: Keith Kennedy <133027753+keithkennedyHO@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:54:50 +0000 Subject: [PATCH] Updated phase banner text to "New Service" (#343) --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 114be522..75ce361e 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -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 feedback (opens in a new tab) will help us to improve it.' }