diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 53254f2..ba29503 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -165,6 +165,9 @@ const Footer = () => { borderBottomRightRadius={"5px"} width={"167px"} // onClick={handleSubmit} + _hover={{ + backgroundColor: "#C96F76", + }} > Submit @@ -422,7 +425,7 @@ const Footer = () => { fontSize={"15px"} fontWeight={"400"} > - Terms Conditions + Terms & Conditions diff --git a/src/components/NewsInternal/NewsInternalPage.jsx b/src/components/NewsInternal/NewsInternalPage.jsx index 4e5f313..85c3044 100644 --- a/src/components/NewsInternal/NewsInternalPage.jsx +++ b/src/components/NewsInternal/NewsInternalPage.jsx @@ -95,7 +95,7 @@ const NewsInternalPage = () => { }} > {(function () { - const createdAtDate = new Date(matchingNewsPost.createdAt); + const createdAtDate = new Date(matchingNewsPost.release_date); const formattedDate = createdAtDate .toLocaleDateString("en-GB", { day: "2-digit", @@ -121,7 +121,7 @@ const NewsInternalPage = () => { })()} - + {/* { {matchingNewsPost.author_name} {matchingNewsPost.author_designation} - + */} {/* ========[ Banner ]======= */} { { {docs?.map((item) => ( { width={"100%"} objectFit={"contain"} objectPosition={"center"} + minHeight={"235px"} /> {item.title} diff --git a/src/components/ResourcesPage/tableContent/ArticlesTable.jsx b/src/components/ResourcesPage/tableContent/ArticlesTable.jsx index d3aaa93..c730092 100644 --- a/src/components/ResourcesPage/tableContent/ArticlesTable.jsx +++ b/src/components/ResourcesPage/tableContent/ArticlesTable.jsx @@ -114,7 +114,9 @@ const ArticlesTable = () => { display={"flex"} flexWrap={"wrap"} rowGap={"2rem"} - justifyContent={"space-between"} + justifyContent={"start"} + gap={"3.6rem"} + width={"100%"} alignItems={"center"} sx={{ "@media (max-width: 1024px)": { @@ -143,6 +145,8 @@ const ArticlesTable = () => { }} > diff --git a/src/components/ResourcesPage/tableContent/VideoTable.jsx b/src/components/ResourcesPage/tableContent/VideoTable.jsx index 1a8f43f..c8e8632 100644 --- a/src/components/ResourcesPage/tableContent/VideoTable.jsx +++ b/src/components/ResourcesPage/tableContent/VideoTable.jsx @@ -120,7 +120,7 @@ const VideoTable = () => { width={"340px"} background={"#404040"} borderRadius={"10px"} - minHeight={"340px"} + minHeight={"405px"} padding={"15px"} sx={{ "@media (max-width: 820px)": { @@ -130,6 +130,10 @@ const VideoTable = () => { }} > @@ -137,7 +141,7 @@ const VideoTable = () => { color={"#fff"} fontSize={"25px"} marginBottom={"10px"} - minHeight={"70px"} + minHeight={"80px"} maxWidth={"420px"} > {content.title} diff --git a/src/components/VideoInternal/VideoInternal.jsx b/src/components/VideoInternal/VideoInternal.jsx index 118d44f..d98907c 100644 --- a/src/components/VideoInternal/VideoInternal.jsx +++ b/src/components/VideoInternal/VideoInternal.jsx @@ -115,7 +115,7 @@ const VideoInternal = () => { }, }} > - Video duration : {matchingvideos?.duration} min + Video duration : {matchingvideos?.duration}