mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 09:46:28 +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
|
||||
className="emoji"
|
||||
src={image.previewValue}
|
||||
title={`:${shortcode}:`}
|
||||
alt={shortcode}
|
||||
title={`:${shortcode.value}:`}
|
||||
alt={shortcode.value}
|
||||
/>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue