Adding the missing alt tag for waffle node type switcher svgs (#27070)

* adding the missing alt tag

* making alt attribute empty
This commit is contained in:
Bhavya RM 2018-12-13 09:20:08 -05:00 committed by GitHub
parent a4c6d24373
commit 8ad6949269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ export class WaffleNodeTypeSwitcher extends React.PureComponent<Props> {
<img
src="../plugins/infra/images/hosts.svg"
role="presentation"
alt=""
className="euiIcon euiIcon--large"
/>
</EuiKeyPadMenuItem>
@ -44,6 +45,7 @@ export class WaffleNodeTypeSwitcher extends React.PureComponent<Props> {
<img
src="../plugins/infra/images/k8.svg"
role="presentation"
alt=""
className="euiIcon euiIcon--large"
/>
</EuiKeyPadMenuItem>
@ -51,6 +53,7 @@ export class WaffleNodeTypeSwitcher extends React.PureComponent<Props> {
<img
src="../plugins/infra/images/docker.svg"
role="presentation"
alt=""
className="euiIcon euiIcon--large"
/>
</EuiKeyPadMenuItem>