mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 09:48:06 +01:00
Make the emoji picker blob cat a static asset
This commit is contained in:
parent
a0b117450e
commit
172e73535e
3 changed files with 2 additions and 4 deletions
|
@ -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}>
|
||||||
|
|
|
@ -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
BIN
public/blobCat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in a new issue