Skip to content
Snippets Groups Projects
Commit 7b68813a authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

added alt attribute to img tags

parent b3030caa
No related branches found
No related tags found
3 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system
......@@ -130,7 +130,7 @@ export default function Search(props) {
}, []);
useEffect(() => {
setIsLoading(true);
setIsLoading(true);
collectStuff(option);
}, [resultsPerPage]);
......@@ -245,7 +245,7 @@ export default function Search(props) {
</GridBuscaCollection> :
<Grid container direction="row" justify="center" alignItems="center">
<Grid item>
<img src={ColecaoVazia} />
<img src={ColecaoVazia} alt="coleção vazia"/>
</Grid>
</Grid>
......@@ -318,7 +318,7 @@ export default function Search(props) {
</GridBuscaResource> :
<Grid container direction="row" justify="center" alignItems="center">
<Grid item>
<img src={RecursoVazio} />
<img src={RecursoVazio} alt="recurso vazio" />
</Grid>
</Grid>
) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment