Skip to content

Commit

Permalink
fix: brand route on product brand
Browse files Browse the repository at this point in the history
  • Loading branch information
vsseixaso committed Sep 10, 2024
1 parent aae143e commit 6a8506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/components/ProductBrand/ProductBrandName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function ProductBrandName({ brandName, withLink, slug }: Props) {
const { handles } = useProductBrandCssHandles()

if (withLink && slug) {
const nameLink = `/${slug}/b`
const nameLink = `/${slug}`

return (
<a
Expand Down

0 comments on commit 6a8506e

Please sign in to comment.