Add alt attribute to images
This commit is contained in:
parent
2afb9735aa
commit
b771ba78f8
|
@ -67,9 +67,9 @@ const PageFrame = ({ children, classes }: Props) => (
|
||||||
variantInfo: classes.info,
|
variantInfo: classes.info,
|
||||||
}}
|
}}
|
||||||
iconVariant={{
|
iconVariant={{
|
||||||
success: <Img src={CheckLogo} />,
|
success: <Img src={CheckLogo} alt="Success" />,
|
||||||
error: <Img src={ErrorLogo} />,
|
error: <Img src={ErrorLogo} alt="Error" />,
|
||||||
warning: <Img src={AlertLogo} />,
|
warning: <Img src={AlertLogo} alt="Warning" />,
|
||||||
info: '',
|
info: '',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue