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}`,