update calculator result card design

This commit is contained in:
bignutty 2024-12-07 23:54:33 +01:00
parent 87438da5f4
commit 400efb8064
3 changed files with 33 additions and 30 deletions

View file

@ -68,6 +68,10 @@ const Statics = Object.freeze({
file: "brands/google.png",
revision: 2
},
googlecalculator: {
file: "brands/googlecalculator.png",
revision: 2
},
googledictionary: {
file: "brands/googledictionary.png",
revision: 0
@ -238,6 +242,7 @@ module.exports.STATICS = Object.freeze({
genius: staticAsset(Statics.brands.genius),
google: staticAsset(Statics.brands.google),
googlelens: staticAsset(Statics.brands.googlelens),
googlecalculator: staticAsset(Statics.brands.googlecalculator),
googledictionary: staticAsset(Statics.brands.googledictionary),
googlefinance: staticAsset(Statics.brands.googlefinance),
googlemaps: staticAsset(Statics.brands.googlemaps),