Add alt attribute to images

This commit is contained in:
Germán Martínez 2019-09-27 12:07:49 +02:00
parent 2afb9735aa
commit b771ba78f8
1 changed files with 3 additions and 3 deletions

View File

@ -67,9 +67,9 @@ const PageFrame = ({ children, classes }: Props) => (
variantInfo: classes.info,
}}
iconVariant={{
success: <Img src={CheckLogo} />,
error: <Img src={ErrorLogo} />,
warning: <Img src={AlertLogo} />,
success: <Img src={CheckLogo} alt="Success" />,
error: <Img src={ErrorLogo} alt="Error" />,
warning: <Img src={AlertLogo} alt="Warning" />,
info: '',
}}
>