FE tweaks

This commit is contained in:
Eden Kirin
2024-01-18 13:17:45 +01:00
parent 4dc99b740b
commit 95b0c5f1ad
2 changed files with 9 additions and 34 deletions

View File

@ -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 (
<Card>