mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
quora search
This commit is contained in:
parent
03f88d10cc
commit
c1c63e3fc2
4 changed files with 85 additions and 0 deletions
|
@ -36,6 +36,10 @@ const Statics = Object.freeze({
|
|||
file: "brands/photofunia.png",
|
||||
revision: 1
|
||||
},
|
||||
quora: {
|
||||
file: "brands/quora.png",
|
||||
revision: 1
|
||||
},
|
||||
reddit: {
|
||||
file: "brands/reddit.png",
|
||||
revision: 0
|
||||
|
@ -94,6 +98,7 @@ module.exports.STATICS = Object.freeze({
|
|||
makesweet: staticAsset(Statics.brands.makesweet),
|
||||
openweathermap: staticAsset(Statics.brands.openweathermap),
|
||||
photofunia: staticAsset(Statics.brands.photofunia),
|
||||
quora: staticAsset(Statics.brands.quora),
|
||||
reddit: staticAsset(Statics.brands.reddit),
|
||||
tineye: staticAsset(Statics.brands.tineye),
|
||||
urbandictionary: staticAsset(Statics.brands.urbandictionary),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue