From 2bd6b81733b8de8ba7b8734e473a0c9f8022ecbb Mon Sep 17 00:00:00 2001 From: Farhanam76 Date: Wed, 29 May 2024 14:19:29 +0100 Subject: [PATCH] added nhs england theme in the setting page --- eq-author-api/constants/themes.js | 1 + eq-author/src/constants/themes.js | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/eq-author-api/constants/themes.js b/eq-author-api/constants/themes.js index 0f6c911271..055a23a271 100644 --- a/eq-author-api/constants/themes.js +++ b/eq-author-api/constants/themes.js @@ -13,6 +13,7 @@ const THEME_SHORT_NAMES = [ "ukhsa-ons", "desnz", "desnz-ni", + "ons-nhs", ]; module.exports = { THEME_SHORT_NAMES }; diff --git a/eq-author/src/constants/themes.js b/eq-author/src/constants/themes.js index 2ded63c971..797cedfe72 100644 --- a/eq-author/src/constants/themes.js +++ b/eq-author/src/constants/themes.js @@ -63,6 +63,12 @@ const THEMES = [ title: "Office of Rail and Road", description: "Header includes the Office of Rail and Road logo", }, + { + id: "ons-nhs", + title: "NHS England", + description: + "Header includes the logos for NHS England and the Office for National Statistics but does not include the links for 'Help', 'My account' or 'Sign out' ", + }, ]; export default THEMES;