This commit is contained in:
bignutty 2024-11-17 01:52:18 +01:00
parent 79b096efb4
commit fcb25fc639
7 changed files with 563 additions and 6 deletions

View file

@ -68,6 +68,10 @@ const Statics = Object.freeze({
file: "brands/googlefinance.png",
revision: 0
},
googlemaps: {
file: "brands/maps.png",
revision: 0
},
googletranslate: {
file: "brands/googletranslate.png",
revision: 0
@ -222,6 +226,7 @@ module.exports.STATICS = Object.freeze({
genius: staticAsset(Statics.brands.genius),
google: staticAsset(Statics.brands.google),
googlefinance: staticAsset(Statics.brands.googlefinance),
googlemaps: staticAsset(Statics.brands.googlemaps),
googletranslate: staticAsset(Statics.brands.googletranslate),
emojipedia: staticAsset(Statics.brands.emojipedia),
inferkit: staticAsset(Statics.brands.inferkit),