File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
src/frontend/components/app/navbar Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 71
71
"@radix-ui/react-switch" : " ^1.1.3" ,
72
72
"@radix-ui/react-tabs" : " ^1.1.3" ,
73
73
"@radix-ui/react-tooltip" : " ^1.1.8" ,
74
- "@reins/hooks" : " ^0.14 .0" ,
75
- "@reins/router" : " ^0.16 .0" ,
76
- "@reins/types" : " ^0.14 .0" ,
77
- "@reins/utils" : " ^0.14 .0" ,
74
+ "@reins/hooks" : " ^0.17 .0" ,
75
+ "@reins/router" : " ^0.17 .0" ,
76
+ "@reins/types" : " ^0.17 .0" ,
77
+ "@reins/utils" : " ^0.17 .0" ,
78
78
"@tailwindcss/typography" : " ^0.5.16" ,
79
79
"@tailwindcss/vite" : " ^4.0.9" ,
80
80
"class-variance-authority" : " ^0.7.1" ,
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ export const Navbar = () => {
40
40
window . electron . ipcRenderer . send ( "window-maximize" ) ;
41
41
} ;
42
42
43
- console . log ( breadcrumbs ) ;
44
-
45
43
return (
46
44
< div className = "flex gap-1 pt-2 px-3 justify-between" style = { dragStyle } >
47
45
< div className = "flex gap-1 items-center" >
You can’t perform that action at this time.
0 commit comments