diff --git a/src/App.js b/src/App.js index 3f666ee..04db084 100644 --- a/src/App.js +++ b/src/App.js @@ -138,11 +138,11 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} - {/* */} + {/* *************************************************** mini components *************************************************** */} {/* */} {/* */} diff --git a/src/components/Button/index.js b/src/components/Button/index.js index ae38dc3..4a01c79 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 (