mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 17:56:20 +03:00
fix new emoji preview title/alt text
This commit is contained in:
parent
78ea8998a7
commit
4204d55271
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue