diff --git a/src/components/Popular/Item.tsx b/src/components/Popular/Item.tsx index f17bf23f..5d62c749 100644 --- a/src/components/Popular/Item.tsx +++ b/src/components/Popular/Item.tsx @@ -7,8 +7,12 @@ interface MostPopularItemProps { function SingleItem({ product }: MostPopularItemProps) { return (
-
- {product.name} +
+ {product.name}