Generalize WIP
This commit is contained in:
parent
a3e8b89128
commit
cb7a3a08dc
31 changed files with 657 additions and 106 deletions
|
|
@ -375,16 +375,18 @@ export const Sidebar: FC<SidebarProps> = ({ open, setOpen }) => {
|
|||
</Box>
|
||||
</Grid>
|
||||
)}
|
||||
<Grid item>
|
||||
<Box
|
||||
sx={{
|
||||
...bodyLarge,
|
||||
color: "white",
|
||||
}}
|
||||
>
|
||||
{user?.name}
|
||||
</Box>
|
||||
</Grid>
|
||||
{open && (
|
||||
<Grid item>
|
||||
<Box
|
||||
sx={{
|
||||
...bodyLarge,
|
||||
color: "white",
|
||||
}}
|
||||
>
|
||||
{user?.email}
|
||||
</Box>
|
||||
</Grid>
|
||||
)}
|
||||
</Grid>
|
||||
</Grid>
|
||||
</Drawer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue