no inertnet updated

This commit is contained in:
2024-06-24 17:48:39 +05:30
parent 054a8ac560
commit d4ed3d6f54
4 changed files with 9 additions and 16 deletions

View File

@@ -159,7 +159,7 @@ const DashboardLayout = () => {
{slideFromRight ? null : (
<aside
className="h-100 position-relative sideBar pe-1"
className="h-100 position-relative sideBar pe-1"
// onMouseOver={() => setIsDrawerOpen(true)}
// onMouseLeave={() => setIsDrawerOpen(false)}
style={{
@@ -316,8 +316,8 @@ const DashboardLayout = () => {
<Text
as={"span"}
key={index}
className="web-text-xxsmall fw-600 mt-1 text-secondary fw-bold"
padding={0}
className="web-text-xxsmall fw-600 text-secondary fw-bold"
>
{title}
</Text>

View File

@@ -110,11 +110,11 @@ const Sponser = () => {
// />
item?.status ? (
<Badge variant={"outline"} colorScheme="green">
<Badge bg={'transparent'} color="green.500">
Passed
</Badge>
) : (
<Badge variant={"outline"} colorScheme="red">
<Badge bg={'transparent'} color="red.500">
Not passes
</Badge>
),

View File

@@ -9,10 +9,13 @@ const NoInternetScreen = () => {
justifyContent={'center'}
alignItems={'center'}
flexDirection={'column'}
position={"relative"}
gap={5}
>
<Image src={noInternet} w={300} />
{/* <Text color={'blue.800'} as={'span'} className='fw-bold'>No Internet !</Text> */}
<Text color={'gray.500'} fontSize={'sm'} fontWeight={'500'} position={'absolute'} bottom={0} left={'47%'}>Tanami v1.0</Text>
</Box>
)

View File

@@ -18,7 +18,7 @@ import { AiOutlineUserDelete } from "react-icons/ai";
export const nav = [
{
title: "MAIN MENU",
title: "MASTER MENU",
type: "title",
},
{
@@ -177,16 +177,6 @@ export const nav = [
// path: "/logout",
// Icon: HiOutlineNewspaper,
// },
// {
// title: "SPONSER",
// type: "title",
// },
// {
// title: "Single Link",
// type: "single",
// path: "/",
// Icon: HiOutlineNewspaper,
// },
];