File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
__tests__/components/molecules/__snapshots__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exports[`Header component should render correctly 1`] = `
1414 class = " nhsuk-header__logo"
1515 >
1616 <a
17- aria-label = " Link to NHS Notify templates"
17+ aria-label = " NHS Notify templates"
1818 class = " nhsuk-header__link nhsuk-header__link--service"
1919 href = " /create-and-submit-templates"
2020 >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export function NHSNotifyHeader({ dataTestId }: HeaderType) {
2222 < Link
2323 className = 'nhsuk-header__link nhsuk-header__link--service'
2424 href = '/create-and-submit-templates'
25- aria-label = 'Link to NHS Notify templates'
25+ aria-label = 'NHS Notify templates'
2626 >
2727 < svg
2828 className = 'nhsuk-logo'
You can’t perform that action at this time.
0 commit comments