mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
[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
|
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