We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd4312 commit fa42ac1Copy full SHA for fa42ac1
frontend/src/components/molecules/Header/Header.tsx
@@ -22,16 +22,18 @@ export function NHSNotifyHeader({ dataTestId }: HeaderType) {
22
<Link
23
className='nhsuk-header__link nhsuk-header__link--service'
24
href='/create-and-submit-templates'
25
- aria-label='NHS Notify'
+ aria-label='Link to NHS Notify templates'
26
>
27
<svg
28
className='nhsuk-logo'
29
+ role='img'
30
xmlns='http://www.w3.org/2000/svg'
31
viewBox='0 0 40 16'
32
height='40'
33
width='100'
34
data-testid='page-header-logo'
35
36
+ <title>NHS logo</title>
37
<path
38
className='nhsuk-logo__background'
39
fill='#005eb8'
0 commit comments