Merge pull request #58 from queerhaus/feature/emoji-picker-button

change emoji button to more neutral emoji
This commit is contained in:
Darius Kazemi 2020-06-30 14:33:54 -07:00 committed by GitHub
commit e550eff1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ class EmojiPickerDropdown extends React.PureComponent {
<img
className={classNames('emojione', { 'pulse-loading': active && loading })}
alt='🙂'
src={`${assetHost}/emoji/1f602.svg`}
src={`${assetHost}/emoji/1f600.svg`}
/>
</div>