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
74428c3d77
commit
82e63d078d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ const Prizes = ({
|
|||
alignItems: 'center'
|
||||
}}
|
||||
>
|
||||
<img src={img} sx={{ height: 'auto', maxWidth: '300px', maxHeight: '250px' }} />
|
||||
<img src={img} sx={{ height: 'auto', maxWidth: '300px', maxHeight: '250px' }} alt={text} />
|
||||
</Flex>
|
||||
<Text className="slackey" variant="headline" sx={{ color: '#FFEEC6' }}>
|
||||
{text}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue