mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 06:11:15 +00:00
fix(a11y): Add alt text to emojis form
This commit is contained in:
parent
47aafed45f
commit
36c1577718
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ export class EmojiForm extends Component<EmojiFormProps, EmojiFormState> {
|
|||
>
|
||||
{cv.image_url.length > 0 && (
|
||||
<img
|
||||
alt={cv.alt_text}
|
||||
className="icon-emoji-admin"
|
||||
src={cv.image_url}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue