diff --git a/src/Header/Nav/Dropdown/Components/Components.module.scss b/src/Header/Nav/Dropdown/Components/Components.module.scss
index d391862b..1fe37cea 100644
--- a/src/Header/Nav/Dropdown/Components/Components.module.scss
+++ b/src/Header/Nav/Dropdown/Components/Components.module.scss
@@ -6,6 +6,10 @@
margin-left: 0;
max-width: none; // To override max-width of 66ch set on lists
padding: 0;
+
+ li {
+ margin-bottom: rem($nds-spacing-small);
+ }
}
.alphabet {
diff --git a/src/Header/Nav/Dropdown/Components/More.jsx b/src/Header/Nav/Dropdown/Components/More.jsx
index e9860acb..d20e2c5f 100644
--- a/src/Header/Nav/Dropdown/Components/More.jsx
+++ b/src/Header/Nav/Dropdown/Components/More.jsx
@@ -6,7 +6,7 @@ export function More() {
return (
-
+
Evidence search
Evidence search helps you make better, faster evidence-based
@@ -15,32 +15,12 @@ export function More() {
go.
-
-
-
Standards and indicators
-
- Quality standards set out the priority areas for quality improvement
- in health and social care. They cover areas where there is variation
- in care. Each standard gives you:
-
-
-
a set of statements to help you
-
improve quality information on how to measure progress.
-
-
-
- Standards and indicators
-
-
-
-
+
Journals and databases
Quick access to a range of journals and other evidence-based
@@ -57,7 +37,7 @@ export function More() {
Journals and databases
diff --git a/src/Header/Nav/Dropdown/Components/StandardsAndIndicators.jsx b/src/Header/Nav/Dropdown/Components/StandardsAndIndicators.jsx
new file mode 100644
index 00000000..aec81ecd
--- /dev/null
+++ b/src/Header/Nav/Dropdown/Components/StandardsAndIndicators.jsx
@@ -0,0 +1,117 @@
+import React from "react";
+import { Button } from "@nice-digital/nds-button";
+import { Grid, GridItem } from "@nice-digital/nds-grid";
+import styles from "./Components.module.scss";
+import services from "../../../../services.json";
+import classnames from "classnames";
+
+export function StandardsAndIndicators() {
+ const baseUrl = services.external.find(
+ (service) => service.text == "Standards and indicators"
+ ).href;
+
+ return (
+
+
+
+
Quality standards
+
+ Quality standards set out the priority areas for quality improvement
+ in health and social care.
+