mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
weather v2, p4
This commit is contained in:
parent
1ffa186256
commit
54c351c1a3
2 changed files with 13 additions and 4 deletions
|
@ -94,6 +94,10 @@ const Statics = Object.freeze({
|
|||
file: "brands/urbandictionary.png",
|
||||
revision: 2
|
||||
},
|
||||
weather: {
|
||||
file: "brands/weather.png",
|
||||
revision: 2
|
||||
},
|
||||
wikihow: {
|
||||
file: "brands/wikihow.png",
|
||||
revision: 1
|
||||
|
@ -172,6 +176,7 @@ module.exports.STATICS = Object.freeze({
|
|||
reddit: staticAsset(Statics.brands.reddit),
|
||||
tineye: staticAsset(Statics.brands.tineye),
|
||||
urbandictionary: staticAsset(Statics.brands.urbandictionary),
|
||||
weather: staticAsset(Statics.brands.weather),
|
||||
wikihow: staticAsset(Statics.brands.wikihow),
|
||||
wikipedia: staticAsset(Statics.brands.wikipedia),
|
||||
wolframalpha: staticAsset(Statics.brands.wolframalpha),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue