Skip to content

Commit

Permalink
Change emoji picker icon (mastodon#25479)
Browse files Browse the repository at this point in the history
  • Loading branch information
iparr committed Jun 21, 2023
1 parent 37a9c22 commit 69db507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,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>

Expand Down

0 comments on commit 69db507

Please sign in to comment.