[Glitch] Change emoji picker icon

Port 69db507924 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/62/head
Ian 2023-06-21 16:58:00 +01:00 committed by Claire
parent c71fc42f4e
commit 6fe345c383
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>