fix new emoji preview title/alt text
This commit is contained in:
parent
78ea8998a7
commit
4204d55271
|
@ -73,8 +73,8 @@ module.exports = function NewEmojiForm() {
|
|||
emojiOrShortcode = <img
|
||||
className="emoji"
|
||||
src={image.previewValue}
|
||||
title={`:${shortcode}:`}
|
||||
alt={shortcode}
|
||||
title={`:${shortcode.value}:`}
|
||||
alt={shortcode.value}
|
||||
/>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue