From dedc9a611ee6e0ad0da840903335a63f05d32791 Mon Sep 17 00:00:00 2001 From: Adam Chrimes Date: Thu, 8 Jun 2023 17:07:57 +0100 Subject: [PATCH] add width and height the NHS logo as per the core library The NHS logo was missing a width and height attribute causing some validation issues. https://nhs-service-manual.slack.com/archives/CDJ29AQCD/p1686240007585369 --- src/components/header/components/NHSLogo.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/header/components/NHSLogo.tsx b/src/components/header/components/NHSLogo.tsx index 03869f34..72bec85e 100644 --- a/src/components/header/components/NHSLogo.tsx +++ b/src/components/header/components/NHSLogo.tsx @@ -39,6 +39,8 @@ const NHSLogo: React.FC = ({ role="img" focusable="false" viewBox="0 0 40 16" + height="40" + width="100" aria-labelledby="nhsuk-logo_title" > {alt}