mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-14 17:13:05 -04:00
i forgot this file
This commit is contained in:
parent
3ab416a420
commit
6420c5b353
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,10 @@ const Statics = Object.freeze({
|
||||||
file: "brands/bing.png",
|
file: "brands/bing.png",
|
||||||
revision: 0
|
revision: 0
|
||||||
},
|
},
|
||||||
|
chatgpt: {
|
||||||
|
file: "brands/chatgpt.png",
|
||||||
|
revision: 0
|
||||||
|
},
|
||||||
emojipedia: {
|
emojipedia: {
|
||||||
file: "brands/emojipedia.png",
|
file: "brands/emojipedia.png",
|
||||||
revision: 2
|
revision: 2
|
||||||
|
@ -137,6 +141,7 @@ module.exports.STATICS = Object.freeze({
|
||||||
applemaps: staticAsset(Statics.brands.applemaps),
|
applemaps: staticAsset(Statics.brands.applemaps),
|
||||||
bard: staticAsset(Statics.brands.bard),
|
bard: staticAsset(Statics.brands.bard),
|
||||||
bing: staticAsset(Statics.brands.bing),
|
bing: staticAsset(Statics.brands.bing),
|
||||||
|
chatgpt: staticAsset(Statics.brands.chatgpt),
|
||||||
genius: staticAsset(Statics.brands.genius),
|
genius: staticAsset(Statics.brands.genius),
|
||||||
google: staticAsset(Statics.brands.google),
|
google: staticAsset(Statics.brands.google),
|
||||||
emojipedia: staticAsset(Statics.brands.emojipedia),
|
emojipedia: staticAsset(Statics.brands.emojipedia),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue