fix new emoji preview title/alt text

This commit is contained in:
f0x 2023-01-18 14:02:30 +00:00
parent 78ea8998a7
commit 4204d55271
1 changed files with 2 additions and 2 deletions

View File

@ -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}
/>;
}