[Glitch] Change emoji picker icon

Port a56475866f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
Ian 2023-06-21 16:58:00 +01:00 committed by Claire
parent f0999de66f
commit e7905c8b32
1 changed files with 1 additions and 1 deletions

View File

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