v0.1
This commit is contained in:
		@@ -30,11 +30,11 @@ function NavbarLink(props: NavbarLinkProps) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const mockdata = [
 | 
			
		||||
    {
 | 
			
		||||
        icon: IconHome2,
 | 
			
		||||
        label: 'Главная',
 | 
			
		||||
        href: '/'
 | 
			
		||||
    },
 | 
			
		||||
    // {
 | 
			
		||||
    //     icon: IconHome2,
 | 
			
		||||
    //     label: 'Главная',
 | 
			
		||||
    //     href: '/'
 | 
			
		||||
    // },
 | 
			
		||||
    {
 | 
			
		||||
        icon: IconCash,
 | 
			
		||||
        label: 'Сделки',
 | 
			
		||||
@@ -83,7 +83,7 @@ export function Navbar() {
 | 
			
		||||
        <nav className={classes.navbar}>
 | 
			
		||||
            <Center>
 | 
			
		||||
                <Image
 | 
			
		||||
                    style={{filter: "drop-shadow(0 0 30px #fff)"}}
 | 
			
		||||
                    // style={{filter: "drop-shadow(0 0 30px #fff)"}}
 | 
			
		||||
                    src={colorScheme == "dark" ? "/icons/logo-light.png" : "/icons/logo.png"}
 | 
			
		||||
                />
 | 
			
		||||
            </Center>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user