diff --git a/src/Pages/Banners/HomeBanner/HomeBannerEdit.jsx b/src/Pages/Banners/HomeBanner/HomeBannerEdit.jsx
index 5d7bda8..123e948 100644
--- a/src/Pages/Banners/HomeBanner/HomeBannerEdit.jsx
+++ b/src/Pages/Banners/HomeBanner/HomeBannerEdit.jsx
@@ -15,7 +15,7 @@ const HomeBannerEdit = () => {
gap={5}
>
- Under Construction
+ Under
)
}
diff --git a/src/Pages/BlogsAndArticles/BlogsAndArticles.jsx b/src/Pages/BlogsAndArticles/BlogsAndArticles.jsx
index 55d40bf..5acb88c 100644
--- a/src/Pages/BlogsAndArticles/BlogsAndArticles.jsx
+++ b/src/Pages/BlogsAndArticles/BlogsAndArticles.jsx
@@ -268,9 +268,9 @@ const BlogsAndArticles = () => {
return (
<>
- {status ? Active : Inactive}
+ {status ? (
+
+ Active
+
+ ) : (
+
+ Inactive
+
+ )}
-
-
- {heading}
-
+
+
+
+
+ {heading}
+
+
+
-
- {subHeading}
-
+
+
+
+ {subHeading}
+
+
+
diff --git a/src/Pages/UnderConstruction.jsx b/src/Pages/UnderConstruction.jsx
new file mode 100644
index 0000000..552b157
--- /dev/null
+++ b/src/Pages/UnderConstruction.jsx
@@ -0,0 +1,25 @@
+import { Box, Image, Text } from '@chakra-ui/react'
+import React from 'react'
+import noInternet from "../assets/Error.svg"
+
+const UnderConstruction = () => {
+ return (
+
+
+
+ Under Construction
+
+
+ )
+}
+
+export default UnderConstruction
\ No newline at end of file
diff --git a/src/Pages/Videos/Videos.jsx b/src/Pages/Videos/Videos.jsx
index 9e9fd02..215c79a 100644
--- a/src/Pages/Videos/Videos.jsx
+++ b/src/Pages/Videos/Videos.jsx
@@ -132,10 +132,10 @@ const Videos = () => {
-
+
-
+