Skip to content

Commit

Permalink
added nhs england theme in the setting page
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhanam76 committed May 29, 2024
1 parent d83076a commit 2bd6b81
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 2bd6b81

Please sign in to comment.