mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
rebrand gcv -> lens
This commit is contained in:
parent
0fe41c25f1
commit
6438e7b63f
9 changed files with 21 additions and 16 deletions
|
@ -68,6 +68,10 @@ const Statics = Object.freeze({
|
|||
file: "brands/googlefinance.png",
|
||||
revision: 0
|
||||
},
|
||||
googlelens: {
|
||||
file: "brands/lens.png",
|
||||
revision: 0
|
||||
},
|
||||
googlemaps: {
|
||||
file: "brands/maps.png",
|
||||
revision: 0
|
||||
|
@ -225,6 +229,7 @@ module.exports.STATICS = Object.freeze({
|
|||
chatgpt: staticAsset(Statics.brands.chatgpt),
|
||||
genius: staticAsset(Statics.brands.genius),
|
||||
google: staticAsset(Statics.brands.google),
|
||||
googlelens: staticAsset(Statics.brands.googlelens),
|
||||
googlefinance: staticAsset(Statics.brands.googlefinance),
|
||||
googlemaps: staticAsset(Statics.brands.googlemaps),
|
||||
googletranslate: staticAsset(Statics.brands.googletranslate),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue