footer: add missing alt to image

This commit is contained in:
desmukh 2023-01-08 00:45:49 +05:00
parent c8beb23dbd
commit 461fba1efd
1 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,11 @@ const Footer = () => (
<Container maxWidth="sm">
<Grid container>
<Grid item xs={12} md={1}>
<StaticImage src="../images/autonomic-monster.png" width={38} />
<StaticImage
src="../images/autonomic-monster.png"
alt="Autonomic monster logo"
width={38}
/>
</Grid>
<Grid item xs={12} md={6}>
<FooterText bold>{address.name}</FooterText>