mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
add large placeholder sprite
This commit is contained in:
parent
6438e7b63f
commit
da5aa6602c
3 changed files with 10 additions and 5 deletions
|
@ -30,6 +30,10 @@ const Statics = Object.freeze({
|
|||
file: "misc/emoji-placeholder.png",
|
||||
revision: 0
|
||||
},
|
||||
emoji_placeholder_large: {
|
||||
file: "misc/emoji-placeholder-large.png",
|
||||
revision: 0
|
||||
},
|
||||
},
|
||||
brands: {
|
||||
anthropic: {
|
||||
|
@ -277,7 +281,8 @@ module.exports.STATIC_ASSETS = Object.freeze({
|
|||
chat_loading_small: staticAsset(Statics.assets.chat_loading_small),
|
||||
image_loading: staticAsset(Statics.assets.image_loading),
|
||||
embed_invite_spacer: staticAsset(Statics.assets.embed_invite_spacer),
|
||||
emoji_placeholder: staticAsset(Statics.assets.emoji_placeholder)
|
||||
emoji_placeholder: staticAsset(Statics.assets.emoji_placeholder),
|
||||
emoji_placeholder_large: staticAsset(Statics.assets.emoji_placeholder_large)
|
||||
})
|
||||
|
||||
module.exports.STATIC_ACTIONS = Object.freeze({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue