diff --git a/src/App.js b/src/App.js index b4087e8..ac13d7b 100644 --- a/src/App.js +++ b/src/App.js @@ -240,13 +240,13 @@ function App() { {/* */} {/* ----------------------------$$$ end---------------------------- */} - + {/* */} {/* ----------------------------$$$ start---------------------------- */} {/* */} {/* ----------------------------$$$ end---------------------------- */} - + {/* */} {/* ----------------------------$$$ start---------------------------- */} {/* */} @@ -255,7 +255,7 @@ function App() { {/* */} {/* ----------------------------$$$ end---------------------------- */} - + {/* */} diff --git a/src/components/BoxNextToEachOther/index.js b/src/components/BoxNextToEachOther/index.js index ed6c49a..bac9f46 100644 --- a/src/components/BoxNextToEachOther/index.js +++ b/src/components/BoxNextToEachOther/index.js @@ -6,11 +6,11 @@ const BoxNextToEachOther = ({ items }) => { const [active, setActive] = useState(null); return ( -
+
{items.map((item, index) => (
setActive(active === item ? null : item)} diff --git a/src/components/UserProfileInfo/index.js b/src/components/UserProfileInfo/index.js index 09d66da..76360eb 100644 --- a/src/components/UserProfileInfo/index.js +++ b/src/components/UserProfileInfo/index.js @@ -7,7 +7,7 @@ import DateTime from "../DateTime"; const UserProfileInfo = () => { return (
- {" "} +