diff --git a/public/images/Vector.svg b/public/images/Vector.svg new file mode 100644 index 0000000..2940c95 --- /dev/null +++ b/public/images/Vector.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/arrow-down.svg b/public/images/arrow-down.svg new file mode 100644 index 0000000..d05315f --- /dev/null +++ b/public/images/arrow-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/images/element-4.svg b/public/images/element-4.svg new file mode 100644 index 0000000..2132509 --- /dev/null +++ b/public/images/element-4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/images/folder-open.svg b/public/images/folder-open.svg new file mode 100644 index 0000000..9d7fe32 --- /dev/null +++ b/public/images/folder-open.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/images/logout.svg b/public/images/logout.svg new file mode 100644 index 0000000..94c72a1 --- /dev/null +++ b/public/images/logout.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/images/message-text.svg b/public/images/message-text.svg new file mode 100644 index 0000000..cf188b0 --- /dev/null +++ b/public/images/message-text.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/images/moon.svg b/public/images/moon.svg new file mode 100644 index 0000000..ca740b6 --- /dev/null +++ b/public/images/moon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/images/profile-pic.svg b/public/images/profile-pic.svg new file mode 100644 index 0000000..a51292a --- /dev/null +++ b/public/images/profile-pic.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/images/sms.svg b/public/images/sms.svg new file mode 100644 index 0000000..642cf99 --- /dev/null +++ b/public/images/sms.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/images/user-edit.svg b/public/images/user-edit.svg new file mode 100644 index 0000000..60a9d85 --- /dev/null +++ b/public/images/user-edit.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/wallet-money.svg b/public/images/wallet-money.svg new file mode 100644 index 0000000..68de02d --- /dev/null +++ b/public/images/wallet-money.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/App.js b/src/App.js index 8dfa07d..e1650bc 100644 --- a/src/App.js +++ b/src/App.js @@ -143,7 +143,7 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} diff --git a/src/components/ProductSalesAmount/Design2/index.js b/src/components/ProductSalesAmount/Design2/index.js index 57a35be..d729d5e 100644 --- a/src/components/ProductSalesAmount/Design2/index.js +++ b/src/components/ProductSalesAmount/Design2/index.js @@ -32,25 +32,21 @@ Design2.defaultProps = { { image: ellipse, bgColor: "#26E58C", - width: "96%", - percent: "110", + percent: "99", }, { image: ellipse, bgColor: "#FFEE00", - width: "44%", percent: "72", }, { image: ellipse, bgColor: "#EC4C19", - width: "2%", percent: "20", }, { image: ellipse, bgColor: "#0077FF", - width: "33%", percent: "80", }, ],