mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-20 11:57:03 -04:00
big
This commit is contained in:
parent
0ea80b7452
commit
3432604c52
10 changed files with 79 additions and 9 deletions
|
@ -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)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue