aso client-portal dashboard

This commit is contained in:
Muhammad Fajar
2022-11-09 13:20:08 +07:00
parent 20944e4992
commit ce8f59c2ff
9 changed files with 8062 additions and 25005 deletions

View File

@@ -79,8 +79,8 @@ export default function NavbarVertical({ isOpenSidebar, onCloseSidebar }: Props)
<Typography ml={3}>PRIME CENTER</Typography>
</Stack>
<CollapseButton onToggleCollapse={onToggleCollapse} collapseClick={collapseClick} />
</Stack>)
: (
</Stack>
) : (
<Stack direction="row" alignItems="center" justifyContent="space-between">
<Logo />
</Stack>