️ Add alt text

This commit is contained in:
Malted 2023-04-06 22:25:32 +01:00
parent a6e9cd9169
commit d7e169cd4f
No known key found for this signature in database
GPG key ID: C1AF1C0E5180BE02

View file

@ -119,7 +119,12 @@ export default function Secret({ reveal, ...props }) {
mt: 3
}}
>
<img src={img} width="30%" sx={{ margin: 'auto' }} />
<img
src={img}
width="30%"
sx={{ margin: 'auto' }}
alt='a secret dino!'
/>
<Text>print kc</Text>
</Box>
</Box>