From 70b611bb623f180a914793684784db0facb63b37 Mon Sep 17 00:00:00 2001 From: mahdi Date: Tue, 3 May 2022 20:37:05 +0430 Subject: [PATCH] update App.js, src/components/Button/index.js, src/components/Features/index.js and src/components/ProductStatusCard/index.js --- src/App.js | 6 +++--- src/components/Button/index.js | 2 +- src/components/ProductStatusCard/index.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.js b/src/App.js index f461d99..82758b2 100644 --- a/src/App.js +++ b/src/App.js @@ -128,7 +128,7 @@ function App() { {/* ---------------------------- not usable ---------------------------- */} {/* */} - + {/* */} {/* */} @@ -153,7 +153,7 @@ function App() { {/* */} - {/* */} + {/* */} {/* */} @@ -221,7 +221,7 @@ function App() { {/* */} - + {/* */} {/* */} diff --git a/src/components/Button/index.js b/src/components/Button/index.js index d966ecb..ca84ec9 100644 --- a/src/components/Button/index.js +++ b/src/components/Button/index.js @@ -3,7 +3,7 @@ const Button = ({ className, iconClassName, icon, text, onClick }) => { return (