Make the emoji picker blob cat a static asset

This commit is contained in:
Jeremy Kescher 2022-07-12 00:55:35 +02:00
parent a0b117450e
commit 172e73535e
No known key found for this signature in database
GPG key ID: 48DFE4BB15BA5940
3 changed files with 2 additions and 4 deletions

View file

@ -472,9 +472,8 @@ class EmojiPickerDropdown extends React.PureComponent {
{button || <img {button || <img
className={classNames('emojione', { 'pulse-loading': active && loading })} className={classNames('emojione', { 'pulse-loading': active && loading })}
alt='blobCat emoji' alt='blobCat emoji'
src='https://cdn.catcatnya.com/custom_emojis/images/000/002/356/static/blobCat.png' src={`${assetHost}/blobCat.png`}
/>} />}
{/* TODO: Fetch :blobCat: From custom_emojis directly */}
</div> </div>
<Overlay show={active} placement={placement} target={this.findTarget}> <Overlay show={active} placement={placement} target={this.findTarget}>

View file

@ -390,9 +390,8 @@ class EmojiPickerDropdown extends React.PureComponent {
{button || <img {button || <img
className={classNames('emojione', { 'pulse-loading': active && loading })} className={classNames('emojione', { 'pulse-loading': active && loading })}
alt='blobCat emoji' alt='blobCat emoji'
src='https://cdn.catcatnya.com/custom_emojis/images/000/002/356/static/blobCat.png' src={`${assetHost}/blobCat.png`}
/>} />}
{/* TODO: Fetch :blobCat: From custom_emojis directly */}
</div> </div>
<Overlay show={active} placement={placement} target={this.findTarget}> <Overlay show={active} placement={placement} target={this.findTarget}>

BIN
public/blobCat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB