update App.js, src/components/CurrentDateShamsi/index.js, src/components/DateTime/index.js and src/components/UserProfileInfo/index.js

master
mahdi 2 years ago
parent 4eb08dcdd4
commit 58c8289173
  1. 2
      src/App.js
  2. 2
      src/components/UserProfileInfo/index.js

@ -180,7 +180,7 @@ function App() {
{/* <DateRangePicker /> */} {/* <DateRangePicker /> */}
{/* <BoxNextToEachOther /> */} {/* <BoxNextToEachOther /> */}
{/* <ProfileInfo /> */} {/* <ProfileInfo /> */}
<UserProfileInfo /> {/* <UserProfileInfo /> */}
{/* <CurrentTime /> */} {/* <CurrentTime /> */}
{/* <CurrentDateShamsi /> */} {/* <CurrentDateShamsi /> */}
{/* <DateTime /> */} {/* <DateTime /> */}

@ -6,7 +6,7 @@ import DateTime from "../DateTime";
const UserProfileInfo = () => { const UserProfileInfo = () => {
return ( return (
<div className="flex flex-row items-center w-fit"> <div className="flex flex-row items-center w-fit m-20">
<DateTime />{" "} <DateTime />{" "}
<div <div
className="w-0.5 bg-[#9DACD344] mx-4" className="w-0.5 bg-[#9DACD344] mx-4"

Loading…
Cancel
Save