diff --git a/public/images/logo192.png b/public/images/logo192.png
new file mode 100644
index 0000000..fc44b0a
Binary files /dev/null and b/public/images/logo192.png differ
diff --git a/src/App.js b/src/App.js
index ef65ecf..8dfa07d 100644
--- a/src/App.js
+++ b/src/App.js
@@ -105,11 +105,8 @@ function App() {
{/* */}
{/* */}
{/* */}
-
{/* */}
-
{/* */}
-
{/* */}
{/* ----------------------------$$$ start---------------------------- */}
{/*
@@ -118,56 +115,37 @@ function App() {
*/}
-
{/* */}
{/* */}
-
{/* ---------------------------- not usable ---------------------------- */}
{/* */}
{/* ---------------------------- not usable ---------------------------- */}
{/* */}
-
{/* ---------------------------- not usable ---------------------------- */}
{/* */}
{/* */}
-
{/* */}
-
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
{/* */}
{/* */}
-
{/* */}
-
{/* */}
-
{/* */}
-
{/* */}
{/* */}
-
{/* */}
-
{/* */}
-
{/* */}
-
{/* */}
-
{/* */}
{/* */}
{/* */}
-
{/* */}
-
{/* */}
- {/* */}
-
- {/* */}
+
+
{/* */}
-
{/* */}
{/* */}
{/*
@@ -177,20 +155,16 @@ function App() {
*/}
-
{/* */}
{/* */}
-
{/* ----------------------------$$$ start---------------------------- */}
{/* */}
{/* */}
{/* */}
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
{/* */}
- {/* */}
-
+
{/* ----------------------------$$$ start---------------------------- */}
{/* */}
{/* */}
@@ -201,76 +175,52 @@ function App() {
{/* */}
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
{/* ----------------------------$$$ start---------------------------- */}
{/* */}
{/* */}
{/* */}
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
{/* */}
-
{/* */}
-
{/* */}
-
{/* ----------------------------$$$ start---------------------------- */}
{/* */}
{/* */}
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
{/* */}
-
{/* */}
-
{/* */}
-
{/* */}
-
{/* ----------------------------$$$ start---------------------------- */}
{/* */}
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
{/* */}
-
{/* ----------------------------$$$ start---------------------------- */}
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
{/* */}
-
{/* ----------------------------$$$ start---------------------------- */}
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
{/* */}
-
{/* ----------------------------$$$ start---------------------------- */}
{/* */}
{/* */}
{/* */}
{/* */}
- {/* ----------------------------$$$ end---------------------------- */}
-
+ {/* ----------------------------$$$ end---------------------------- */}
{/* */}
-
{/* */}
-
{/* */}
-
{/* */}
-
{/* ----------------------------$$$ start---------------------------- */}
{/* */}
{/* ----------------------------$$$ end---------------------------- */}
-
-
{/* */}
-
{/* */}
{/* */}
diff --git a/src/components/ProductSalesAmount/Design2/index.js b/src/components/ProductSalesAmount/Design2/index.js
index 92458d1..57a35be 100644
--- a/src/components/ProductSalesAmount/Design2/index.js
+++ b/src/components/ProductSalesAmount/Design2/index.js
@@ -13,8 +13,12 @@ const Design2 = ({ incomes }) => {
{incomes.map((income, index) => (
- {income.progressBar}
-
{income.percentNumb}
+
+
{income.percent}%
))}
@@ -29,53 +33,25 @@ Design2.defaultProps = {
image: ellipse,
bgColor: "#26E58C",
width: "96%",
- percentNumb: "110",
- progressBar: (
-
- ),
+ percent: "110",
},
{
image: ellipse,
bgColor: "#FFEE00",
width: "44%",
- percentNumb: "72",
- progressBar: (
-
- ),
+ percent: "72",
},
{
image: ellipse,
bgColor: "#EC4C19",
width: "2%",
- percentNumb: "20",
- progressBar: (
-
- ),
+ percent: "20",
},
{
image: ellipse,
bgColor: "#0077FF",
width: "33%",
- percentNumb: "80",
- progressBar: (
-
- ),
+ percent: "80",
},
],
};