make our signature coffee the emoji dropdown

This commit is contained in:
Nolan Lawson 2018-01-05 21:35:14 -08:00
parent 5c98479d1a
commit 64951cf24f
1 changed files with 1 additions and 1 deletions

View File

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