mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
♿️ Add alt text
This commit is contained in:
parent
a6e9cd9169
commit
d7e169cd4f
1 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue