summaryrefslogtreecommitdiff
path: root/src/components/ProductCard.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ProductCard.js')
-rw-r--r--src/components/ProductCard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProductCard.js b/src/components/ProductCard.js
index f51473ad..250a5c7d 100644
--- a/src/components/ProductCard.js
+++ b/src/components/ProductCard.js
@@ -6,7 +6,7 @@ import { LazyLoadImage } from "react-lazy-load-image-component";
import 'react-lazy-load-image-component/src/effects/blur.css';
-export default function productCard({ data }) {
+export default function ProductCard({ data }) {
let product = data;
return (
<div className="product-card">