Add alt to screenshot images

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-09 19:34:06 +04:00
parent 9c95f54384
commit 63fddd978b
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export default function KatRezoNou({tit, img, soutit, ko, lyen}) {
</CardActions>
</Card>
</Grid>
<RezoImaj img={img} open={open} setOpen={setOpen} />
<RezoImaj tit={tit} img={img} open={open} setOpen={setOpen} />
</>
)
}