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}
diff --git a/src/components/dashBoard/Table.tsx b/src/components/dashBoard/Table.tsx index bfbadadc..6cd5f0d1 100644 --- a/src/components/dashBoard/Table.tsx +++ b/src/components/dashBoard/Table.tsx @@ -151,6 +151,7 @@ function Table() {
Product List