[chore] Fix new emoji preview title/alt text (#1354)
* fix new emoji preview title/alt text * empty commit to start Drone pr build
This commit is contained in:
parent
9b139b6320
commit
13e3aaaed1
|
@ -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