This commit is contained in:
derpystuff 2022-05-29 16:44:25 +02:00
parent 0ea80b7452
commit 3432604c52
10 changed files with 79 additions and 9 deletions

View file

@ -35,6 +35,10 @@ const Statics = Object.freeze({
urbandictionary: {
file: "brands/urbandictionary.png",
revision: 2
},
wikihow: {
file: "brands/wikihow.png",
revision: 1
}
}
})
@ -51,5 +55,6 @@ module.exports.STATICS = Object.freeze({
wolframalpha: staticAsset(Statics.brands.wolframalpha),
inferkit: staticAsset(Statics.brands.inferkit),
youtube: staticAsset(Statics.brands.youtube),
urbandictionary: staticAsset(Statics.brands.urbandictionary)
urbandictionary: staticAsset(Statics.brands.urbandictionary),
wikihow: staticAsset(Statics.brands.wikihow)
})