diff --git a/ui/src/views/Sidebar/Sidebar.tsx b/ui/src/views/Sidebar/Sidebar.tsx index 5e798b52..d7395318 100644 --- a/ui/src/views/Sidebar/Sidebar.tsx +++ b/ui/src/views/Sidebar/Sidebar.tsx @@ -90,16 +90,7 @@ const renderMenuSection = (section: MenuSection, index: number) => ( ); const SideBarFooter = () => ( - - - - - - - - - - + ); @@ -114,6 +105,7 @@ const Sidebar = (): JSX.Element => { borderRightWidth='1px' borderRightStyle='solid' borderRightColor='gray.400' + minWidth='240px' > @@ -124,10 +116,35 @@ const Sidebar = (): JSX.Element => { + + {menus.map(renderMenuSection)} - + + + + + + + + + +