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
|
emojiOrShortcode = <img
|
||||||
className="emoji"
|
className="emoji"
|
||||||
src={image.previewValue}
|
src={image.previewValue}
|
||||||
title={`:${shortcode}:`}
|
title={`:${shortcode.value}:`}
|
||||||
alt={shortcode}
|
alt={shortcode.value}
|
||||||
/>;
|
/>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue