update App.js, src/components/CurrentDateShamsi/index.js and src/components/RoomCardInfo/index.js

master
mahdi 3 years ago
parent b59d8b0aed
commit 2810397daa
  1. 28
      src/App.js
  2. 3
      src/components/CurrentDateShamsi/index.js
  3. 10
      src/components/RoomCardInfo/index.js

@ -116,12 +116,12 @@ function App() {
{/* <BlogDesign6 /> */}
{/* <ContactInfoSection /> */}
{/* <Testttt /> */}
<Design2D />
{/* <Design2D /> */}
{/* <Features /> */}
{/* <Feedback /> */}
{/* <Alert /> */}
{/* <Toast /> */}
<ProductSuggestion />
{/* <ProductSuggestion /> */}
{/* <ProductImage /> */}
{/* <ProductTab /> */}
{/* <ProductStatusCard /> */}
@ -143,13 +143,13 @@ function App() {
{/* <GridListTable /> */}
<PopupCard />
{/* <TimeLineComponent /> */}
<CardTrelloDesign />
{/* <CardTrelloDesign /> */}
{/* <ReligiousTimes /> */}
<DistributedData />
<CardDesign1 />
<CardDesign2 />
<CardDesign3 />
<ContactUsInfoCard />
{/* <DistributedData /> */}
{/* <CardDesign1 /> */}
{/* <CardDesign2 /> */}
{/* <CardDesign3 /> */}
{/* <ContactUsInfoCard /> */}
<RoomCardInfo />
{/* <LeafletMap /> */}
@ -183,12 +183,12 @@ function App() {
{/* <FolderTree /> */}
{/* <IndianaDragScroll /> */}
{/* <IconText /> */}
<CustomToast />
<CustomToast2 />
<DateRangePicker />
<BoxNextToEachOther />
<ProfileInfo />
<UserProfileInfo />
{/* <CustomToast /> */}
{/* <CustomToast2 /> */}
{/* <DateRangePicker /> */}
{/* <BoxNextToEachOther /> */}
{/* <ProfileInfo /> */}
{/* <UserProfileInfo /> */}
{/* <CurrentTime /> */}
{/* <CurrentDateShamsi /> */}
{/* <DateTime /> */}

@ -16,8 +16,7 @@ const CurrentDateShamsi = ({ color, fontSize }) => {
return (
<p className={`${color} ${fontSize}`}>
{todayDate}
<span className="text-red-400">{weekday}</span>
<span className="text-[#0F0543]">{weekday}</span> {todayDate}
</p>
);
};

@ -22,13 +22,9 @@ RoomCardInfo.defaultProps = {
items: [
{
name: "کامران هوشمند",
subItems: [
{
enterData: "1400/11/13",
expireData: "1400/11/20",
roomNumber: "B14 سالن شهید عباسی",
},
],
enterData: "1400/11/13",
expireData: "1400/11/20",
roomNumber: "B14 سالن شهید عباسی",
},
],
};

Loading…
Cancel
Save