add openai logo

This commit is contained in:
derpystuff 2023-08-10 23:34:09 +02:00
parent 44ea5374d2
commit dfa5c2e99e
3 changed files with 10 additions and 2 deletions

View file

@ -40,6 +40,10 @@ const Statics = Object.freeze({
file: "brands/makesweet.png",
revision: 0
},
openai: {
file: "brands/openai.png",
revision: 0
},
openweathermap: {
file: "brands/openweathermap.png",
revision: 0
@ -119,6 +123,7 @@ module.exports.STATICS = Object.freeze({
inspirobot: staticAsset(Statics.brands.inspirobot),
labscore: staticAsset(Statics.brands.labscore),
makesweet: staticAsset(Statics.brands.makesweet),
openai: staticAsset(Statics.brands.openai),
openweathermap: staticAsset(Statics.brands.openweathermap),
perspectiveapi: staticAsset(Statics.brands.perspectiveapi),
photofunia: staticAsset(Statics.brands.photofunia),