summaryrefslogtreecommitdiff
path: root/src/components/ProductCard.js
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-11-02 17:20:52 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-11-02 17:20:52 +0700
commitc1d6b160c7356f990017a36ccd84590c45e7528e (patch)
tree954bf7e55e50b1148b7e81b0c63134b230bc9122 /src/components/ProductCard.js
parent4e1bc974c409cc1707aae5857377c3bd20767ea3 (diff)
Set viewport
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">