Skip to content

Commit

Permalink
update ndjson with up to date dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomsh committed Dec 25, 2023
1 parent a62dd50 commit 9ced327
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion vibraniumdome-app/src/app/components/layout/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Sidebar({ className }: SidebarProps) {
className={cn(
`relative hidden h-screen border-r pt-16 md:block`,
swith && "duration-500",
isOpen ? "w-72" : "w-[78px]",
isOpen ? "w-56" : "w-[78px]",
className
)}
>
Expand Down
Loading

0 comments on commit 9ced327

Please sign in to comment.