Skip to content

Commit

Permalink
Merge pull request #3117 from ONSdigital/EAR-2418-Theme-for-NHS-Engla…
Browse files Browse the repository at this point in the history
…nd-survey(s)

EAR-2418-Theme for NHS England survey(s)
  • Loading branch information
Farhanam76 authored May 30, 2024
2 parents d83076a + 2bd6b81 commit 5b54c44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions eq-author-api/constants/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const THEME_SHORT_NAMES = [
"ukhsa-ons",
"desnz",
"desnz-ni",
"ons-nhs",
];

module.exports = { THEME_SHORT_NAMES };
6 changes: 6 additions & 0 deletions eq-author/src/constants/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 5b54c44

Please sign in to comment.