rebrand gcv -> lens

This commit is contained in:
bignutty 2024-11-22 20:29:27 +01:00
parent 0fe41c25f1
commit 6438e7b63f
9 changed files with 21 additions and 16 deletions

View file

@ -25,8 +25,8 @@ function createReverseImageSearchResultPage(context, result, source) {
url: source
},
footer: {
iconUrl: STATICS.google,
text: `Google Cloud Vision${context.application.name}`
iconUrl: STATICS.googlelens,
text: `Google Lens${context.application.name}`
}
}))
if (result.thumbnail) res.embeds[0].thumbnail = { url: result.thumbnail };