Skip to content

Commit

Permalink
Update default service name (#419)
Browse files Browse the repository at this point in the history
Rather than being "NHS.UK prototype kit", the service name should be
something which is more obviously something that you should change to be
the name of your service.

We could use "Service name goes here" like the GOV.UK kit?

Fixes #418
  • Loading branch information
frankieroberto authored Nov 19, 2024
1 parent c74a803 commit b8279c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b8279c5

Please sign in to comment.