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 ba305c3 commit 61931c3Copy full SHA for 61931c3
src/components/header/components/NHSLogo.tsx
@@ -14,8 +14,7 @@ const SVGImageWithSrc: React.FC<SVGImageWithSrc> = props => <image {...props} />
14
const NHSLogo: React.FC<NHSLogoNavProps> = ({
15
className,
16
alt,
17
- asElement:
18
- Component = 'a',
+ asElement: Component = 'a',
19
...rest
20
}) => {
21
const { serviceName, hasMenuToggle, hasSearch } = useContext<IHeaderContext>(HeaderContext);
0 commit comments