fix alt on emoji dropdown
This commit is contained in:
parent
a788bdf532
commit
a1befe3e21
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ class EmojiPickerDropdown extends React.PureComponent {
|
|||
<div ref={this.setTargetRef} className='emoji-button' title={title} aria-label={title} aria-expanded={active} role='button' onClick={this.onToggle} onKeyDown={this.onToggle} tabIndex={0}>
|
||||
{button || <img
|
||||
className={classNames('emojione', { 'pulse-loading': active && loading })}
|
||||
alt='🙂'
|
||||
alt='☕'
|
||||
src={`${assetHost}/emoji/2615.svg`}
|
||||
/>}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue