mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -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",
|
||||
revision: 0
|
||||
},
|
||||
chatgpt: {
|
||||
file: "brands/chatgpt.png",
|
||||
revision: 0
|
||||
},
|
||||
emojipedia: {
|
||||
file: "brands/emojipedia.png",
|
||||
revision: 2
|
||||
|
@ -137,6 +141,7 @@ module.exports.STATICS = Object.freeze({
|
|||
applemaps: staticAsset(Statics.brands.applemaps),
|
||||
bard: staticAsset(Statics.brands.bard),
|
||||
bing: staticAsset(Statics.brands.bing),
|
||||
chatgpt: staticAsset(Statics.brands.chatgpt),
|
||||
genius: staticAsset(Statics.brands.genius),
|
||||
google: staticAsset(Statics.brands.google),
|
||||
emojipedia: staticAsset(Statics.brands.emojipedia),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue