footer: add missing alt to image
This commit is contained in:
parent
c8beb23dbd
commit
461fba1efd
@ -26,7 +26,11 @@ const Footer = () => (
|
|||||||
<Container maxWidth="sm">
|
<Container maxWidth="sm">
|
||||||
<Grid container>
|
<Grid container>
|
||||||
<Grid item xs={12} md={1}>
|
<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>
|
||||||
<Grid item xs={12} md={6}>
|
<Grid item xs={12} md={6}>
|
||||||
<FooterText bold>{address.name}</FooterText>
|
<FooterText bold>{address.name}</FooterText>
|
||||||
|
Loading…
Reference in New Issue
Block a user