k
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
import {Center, Image, rem, Stack, Tooltip, UnstyledButton, useMantineColorScheme} from '@mantine/core';
 | 
			
		||||
import {Center, Flex, Image, rem, Stack, Tooltip, UnstyledButton, useMantineColorScheme} from '@mantine/core';
 | 
			
		||||
import {
 | 
			
		||||
    IconBarcode,
 | 
			
		||||
    IconBox,
 | 
			
		||||
@@ -96,18 +96,22 @@ export function Navbar() {
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
        <nav className={classes.navbar}>
 | 
			
		||||
            <Center>
 | 
			
		||||
                <Image
 | 
			
		||||
                    // style={{filter: "drop-shadow(0 0 30px #fff)"}}
 | 
			
		||||
                    src={colorScheme == "dark" ? "/icons/logo-light.png" : "/icons/logo.png"}
 | 
			
		||||
                />
 | 
			
		||||
            </Center>
 | 
			
		||||
            <Flex direction={"column"} gap={rem(30)}>
 | 
			
		||||
                <Center
 | 
			
		||||
                    p={rem(5)}
 | 
			
		||||
                >
 | 
			
		||||
                    <Image
 | 
			
		||||
                        // style={{filter: "drop-shadow(0 0 30px #fff)"}}
 | 
			
		||||
                        src={colorScheme == "dark" ? "/icons/logo-light.png" : "/icons/logo.png"}
 | 
			
		||||
                    />
 | 
			
		||||
                </Center>
 | 
			
		||||
 | 
			
		||||
            <div className={classes.navbarMain}>
 | 
			
		||||
                <Stack justify="center" gap={rem(10)}>
 | 
			
		||||
                    {links}
 | 
			
		||||
                </Stack>
 | 
			
		||||
            </div>
 | 
			
		||||
                <div className={classes.navbarMain}>
 | 
			
		||||
                    <Stack justify="center" gap={rem(10)}>
 | 
			
		||||
                        {links}
 | 
			
		||||
                    </Stack>
 | 
			
		||||
                </div>
 | 
			
		||||
            </Flex>
 | 
			
		||||
 | 
			
		||||
            <Stack w={"100%"} justify="center" gap={0}>
 | 
			
		||||
                <NavbarLink icon={IconDashboard}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user