Skip to content

Commit

Permalink
[chore] Fix new emoji preview title/alt text (#1354)
Browse files Browse the repository at this point in the history
* fix new emoji preview title/alt text

* empty commit to start Drone pr build
  • Loading branch information
f0x52 authored Jan 18, 2023
1 parent 9b139b6 commit 13e3aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/source/settings/admin/emoji/local/new-emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>;
}

Expand Down

0 comments on commit 13e3aaa

Please sign in to comment.