fix(post menu): update Yandex reverse image parameter

This commit is contained in:
Tommaso Casaburi
2026-04-23 16:27:21 +07:00
parent 76a3a763a5
commit 42021fe9ff
4 changed files with 4 additions and 4 deletions
@@ -216,7 +216,7 @@ describe('PostMenuDesktop', () => {
expect(hrefs).toEqual(
expect.arrayContaining([
'https://lens.google.com/uploadbyurl?url=https://cdn.example/image.png',
'https://www.yandex.com/images/search?img_url=https://cdn.example/image.png&rpt=imageview',
'https://www.yandex.com/images/search?url=https://cdn.example/image.png&rpt=imageview',
'https://saucenao.com/search.php?url=https://cdn.example/image.png',
]),
);