From b0f82b16e534833f3d1ac61b69e7d572f32e82bf Mon Sep 17 00:00:00 2001
From: Your Name
Date: Sat, 16 Apr 2022 16:45:54 +0430
Subject: [PATCH] update App.js and src/components/ProductStatusCard/index.js
---
src/App.js | 8 ++++----
src/components/ProductStatusCard/index.js | 8 +++++---
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/src/App.js b/src/App.js
index 7e97b0c..1ef47ea 100644
--- a/src/App.js
+++ b/src/App.js
@@ -114,7 +114,7 @@ function App() {
{/* */}
{/* */}
{/* */}
-
+ {/* */}
{/* */}
{/* */}
{/* */}
@@ -129,7 +129,7 @@ function App() {
{/* */}
{/* */}
{/* */}
- {/* */}
+
{/* */}
{/* */}
{/* */}
@@ -137,9 +137,9 @@ function App() {
{/* */}
{/* */}
{/* */}
-
+ {/* */}
{/* *************************************************** mini components *************************************************** */}
-
+ {/* */}
{/* */}
{/* */}
{/* */}
diff --git a/src/components/ProductStatusCard/index.js b/src/components/ProductStatusCard/index.js
index 49c6b1f..81aeace 100644
--- a/src/components/ProductStatusCard/index.js
+++ b/src/components/ProductStatusCard/index.js
@@ -7,6 +7,7 @@ import circle from "./info-circle.svg";
import shield from "./shield-tick.svg";
import tick from "./tick-circle.svg";
import shop from "./icon-shop.svg";
+import Button from "../Button";
const ProductStatusCard = ({ items, productPrice, discountPrice }) => {
console.log(items.alertIcon);
@@ -54,9 +55,10 @@ const ProductStatusCard = ({ items, productPrice, discountPrice }) => {
-
+