Skip to content

Commit

Permalink
phone catalog with node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mixelio committed Sep 22, 2024
1 parent d79a160 commit 7ea8b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProductItem/ProductItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const ProductItem: React.FC<ProductItemProps> = ({
>
{product.images && product.images.length > 0 && (
<img
src={`/${product.images[0]}`}
src={`./${product.images[0]}`}
alt=""
className={`product-item__image ${section}__item-image`}
/>
Expand Down

0 comments on commit 7ea8b4b

Please sign in to comment.