diff --git a/src/components/ProductSalesAmount/Design1/home-trend-down.svg b/public/images/ProductSalesDesign1home-trend-down.svg similarity index 100% rename from src/components/ProductSalesAmount/Design1/home-trend-down.svg rename to public/images/ProductSalesDesign1home-trend-down.svg diff --git a/src/components/ProductSalesAmount/Design1/home-trend-up.svg b/public/images/ProductSalesDesign1home-trend-up.svg similarity index 100% rename from src/components/ProductSalesAmount/Design1/home-trend-up.svg rename to public/images/ProductSalesDesign1home-trend-up.svg diff --git a/src/components/ProductSalesAmount/Design2/Ellipse.svg b/public/images/ProductSalesDesign2Ellipse.svg similarity index 100% rename from src/components/ProductSalesAmount/Design2/Ellipse.svg rename to public/images/ProductSalesDesign2Ellipse.svg diff --git a/src/components/ProductSalesAmount/Design1/index.js b/src/components/ProductSalesAmount/ProductSalesDesign1/index.js similarity index 95% rename from src/components/ProductSalesAmount/Design1/index.js rename to src/components/ProductSalesAmount/ProductSalesDesign1/index.js index d896e95..728f03a 100644 --- a/src/components/ProductSalesAmount/Design1/index.js +++ b/src/components/ProductSalesAmount/ProductSalesDesign1/index.js @@ -4,7 +4,7 @@ import TitleSubtitle from "../../TitleSubtitle"; import arrowDown from "./home-trend-down.svg"; import arrowUp from "./home-trend-up.svg"; -const Design1 = ({ title, price, incomes }) => { +const ProductSalesDesign1 = ({ title, price, incomes }) => { return (