mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-06 09:13:40 +01:00
Update blobCat emoji URL in emoji picker
This commit is contained in:
parent
970a44a364
commit
0f889d3828
2 changed files with 2 additions and 2 deletions
|
@ -472,7 +472,7 @@ class EmojiPickerDropdown extends React.PureComponent {
|
|||
{button || <img
|
||||
className={classNames('emojione', { 'pulse-loading': active && loading })}
|
||||
alt='blobCat emoji'
|
||||
src='https://catcatnya.com/custom_emojis/images/000/002/356/static/blobCat.png'
|
||||
src='https://cdn.catcatnya.com/custom_emojis/images/000/002/356/static/blobCat.png'
|
||||
/>}
|
||||
{/* TODO: Fetch :blobCat: From custom_emojis directly */}
|
||||
</div>
|
||||
|
|
|
@ -390,7 +390,7 @@ class EmojiPickerDropdown extends React.PureComponent {
|
|||
{button || <img
|
||||
className={classNames('emojione', { 'pulse-loading': active && loading })}
|
||||
alt='blobCat emoji'
|
||||
src='https://catcatnya.com/custom_emojis/images/000/002/356/static/blobCat.png'
|
||||
src='https://cdn.catcatnya.com/custom_emojis/images/000/002/356/static/blobCat.png'
|
||||
/>}
|
||||
{/* TODO: Fetch :blobCat: From custom_emojis directly */}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue