diff --git a/CHANGELOG.md b/CHANGELOG.md index 592be089..2170bccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Updated start page template to use the `serviceName` variable in the h1 and title tag ([PR 414](https://github.com/nhsuk/nhsuk-prototype-kit/pull/414)) - Update Header to use the `serviceName` variable ([PR 417](https://github.com/nhsuk/nhsuk-prototype-kit/pull/417)) - Remove example page template with lots of content examples on it ([PR 420](https://github.com/nhsuk/nhsuk-prototype-kit/pull/420)) +- Update default service name ([PR 419](https://github.com/nhsuk/nhsuk-prototype-kit/pull/419)) ## 5.1.0 - 12 November 2024 diff --git a/app/config.js b/app/config.js index 472616d2..24e1220c 100644 --- a/app/config.js +++ b/app/config.js @@ -2,7 +2,7 @@ module.exports = { // Service name - serviceName: 'NHS.UK prototype kit', + serviceName: 'Service name goes here', // Port to run nodemon on locally port: 2000,