mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
emojis baby
This commit is contained in:
parent
9acb1d5ec5
commit
83e13c81ad
7 changed files with 173 additions and 197 deletions
|
@ -8,6 +8,10 @@ const Statics = Object.freeze({
|
|||
file: "brands/bing.png",
|
||||
revision: 0
|
||||
},
|
||||
emojipedia: {
|
||||
file: "brands/emojipedia.png",
|
||||
revision: 1
|
||||
},
|
||||
genius: {
|
||||
file: "brands/genius.png",
|
||||
revision: 0
|
||||
|
@ -81,6 +85,7 @@ module.exports.STATICS = Object.freeze({
|
|||
bing: staticAsset(Statics.brands.bing),
|
||||
genius: staticAsset(Statics.brands.genius),
|
||||
google: staticAsset(Statics.brands.google),
|
||||
emojipedia: staticAsset(Statics.brands.emojipedia),
|
||||
inferkit: staticAsset(Statics.brands.inferkit),
|
||||
makesweet: staticAsset(Statics.brands.makesweet),
|
||||
photofunia: staticAsset(Statics.brands.photofunia),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue