diff --git a/src/App.css b/src/App.css index 9cbc7e9..888c7d4 100644 --- a/src/App.css +++ b/src/App.css @@ -179,11 +179,11 @@ @keyframes text { 0% { - color: #0b0b27; + color: #DE858E; /* margin-bottom: -40px; */ } 30% { - letter-spacing: 15px; + letter-spacing: 10px; /* margin-bottom: -40px; */ } 85% { diff --git a/src/Components/DataTable/DataTable.jsx b/src/Components/DataTable/DataTable.jsx index 5ef1227..83a9b4e 100644 --- a/src/Components/DataTable/DataTable.jsx +++ b/src/Components/DataTable/DataTable.jsx @@ -5,7 +5,7 @@ import EmptySearchList from "../EmptySearchList"; const DataTable = ({ data, isLoading, tableHeadRow, emptyMessage }) => { const columnWidth = data && data[0] ? `${(100 / Object.keys(data[0]).length).toFixed(2)}%` : "auto"; return ( - + {data?.length === 0 ? ( ) : ( diff --git a/src/Images/welcomeBanner.gif b/src/Images/welcomeBanner.gif new file mode 100644 index 0000000..911d066 Binary files /dev/null and b/src/Images/welcomeBanner.gif differ diff --git a/src/Layout/DefaultLayout.jsx b/src/Layout/DefaultLayout.jsx index d592e72..27fca57 100644 --- a/src/Layout/DefaultLayout.jsx +++ b/src/Layout/DefaultLayout.jsx @@ -274,7 +274,7 @@ const DashboardLayout = () => {
{ // ====================================================[Table Setup]================================================================ const tableHeadRow = [ "Auther Name", - "Discription", + // "Discription", "Summary", "Tags", "Active", @@ -175,22 +175,22 @@ const BlogsAndArticles = () => { ), - Discription: ( - - - - {item?.meta_description} - - - - ), + // Discription: ( + // + // + // + // {item?.meta_description} + // + // + // + // ), Summary: ( { label={item?.summary} bg="blue.200" > - + {item?.summary} diff --git a/src/Pages/WelcomePage.jsx b/src/Pages/WelcomePage.jsx index a4e11f4..e84841c 100644 --- a/src/Pages/WelcomePage.jsx +++ b/src/Pages/WelcomePage.jsx @@ -1,27 +1,46 @@ -import { Box, Text } from '@chakra-ui/react' -import React from 'react' +import { Box, Text } from "@chakra-ui/react"; +import React from "react"; +import welcome from '../Images/welcomeBanner.gif' const WelcomePage = () => { return ( - - Welcome to rubix - - - ) -} + display={"flex"} + justifyContent={"center"} + alignItems={"center"} + w={"100%"} + h={"100%"} + // bgGradient='linear(to-l, #A43429, #EBC755)' -export default WelcomePage \ No newline at end of file + + + bgImage={welcome} + bgSize="cover" + bgPosition="center" + > + + + Welcome to rubix + + + + ); +}; + +export default WelcomePage; diff --git a/src/Routes/Nav.js b/src/Routes/Nav.js index 9b6c8c5..59e1d88 100644 --- a/src/Routes/Nav.js +++ b/src/Routes/Nav.js @@ -15,11 +15,11 @@ import { MdOutlineSettingsApplications } from "react-icons/md"; import { MdOutlineUnsubscribe } from "react-icons/md"; export const nav = [ - { - title: "Home", - path: "/", - Icon: FiHome, - }, + // { + // title: "Home", + // path: "/", + // Icon: FiHome, + // }, { title: "CONTENT MANAGEMENT", path: null,