diff --git a/frontend/public/index.html b/frontend/public/index.html index aa069f2..6dfef82 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,43 +1,18 @@ - + + - - - - - - React App - - +
- - - + \ No newline at end of file diff --git a/frontend/src/components/ProductCard.js b/frontend/src/components/ProductCard.js index b8d7958..45846c4 100644 --- a/frontend/src/components/ProductCard.js +++ b/frontend/src/components/ProductCard.js @@ -7,7 +7,7 @@ import { CardActionArea } from "@mui/material"; import { PRODUCT_IMAGE_DIR } from "../const"; function ProductCard({ product }) { - const productImg = `${PRODUCT_IMAGE_DIR}/${product.image}`; + const productImg = `${PRODUCT_IMAGE_DIR}${product.image}`; return (