diff --git a/src/App.js b/src/App.js index 7913e16..747a80d 100644 --- a/src/App.js +++ b/src/App.js @@ -140,7 +140,7 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} diff --git a/src/components/ProfileInfo/index.js b/src/components/ProfileInfo/index.js index f6c3344..b1ae2e0 100644 --- a/src/components/ProfileInfo/index.js +++ b/src/components/ProfileInfo/index.js @@ -5,7 +5,7 @@ import arrowDown from "./arrow-down.svg"; const ProfileInfo = ({ name, role }) => { return ( -
+
profile-pic

{name}

diff --git a/src/components/UserProfileInfo/index.js b/src/components/UserProfileInfo/index.js index fc406b9..68a4393 100644 --- a/src/components/UserProfileInfo/index.js +++ b/src/components/UserProfileInfo/index.js @@ -5,18 +5,14 @@ import ProfileInfo from "../ProfileInfo"; const UserProfileInfo = () => { return ( -
- {/* ? date && time */} -
- {/* ? time */} -
- ساعت - -
- {/* ? date */} - +
+ {/* ? time */} +
+ ساعت +
- + {/* ? date */} +
); };