From 2b1fdee283b33eebed5abf8940fba504b69b25b6 Mon Sep 17 00:00:00 2001 From: Daniel Dumitru Date: Tue, 1 Jul 2025 16:46:47 +0300 Subject: [PATCH] Fixed Product brand logo link --- CHANGELOG.md | 4 ++++ react/ProductBrand.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1158ef113..280830a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Product brand logo link + ## [3.178.2] - 2025-07-22 ### Added diff --git a/react/ProductBrand.tsx b/react/ProductBrand.tsx index 31eb9fee2..cee29d884 100644 --- a/react/ProductBrand.tsx +++ b/react/ProductBrand.tsx @@ -214,7 +214,7 @@ function ProductBrand({ } const dpi = window?.devicePixelRatio ?? 1 - const logoLink = `/${slug}/b` + const logoLink = `/${slug}` const logoImageSrc = changeImageUrlSize({ imageUrl: `/arquivos/ids${imageUrl}`,