indent mobile navbar
This commit is contained in:
parent
f6249cdb8c
commit
a6f4708f64
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export default function MobileNavbar({ logout, userData, open, setOpen, mode, se
|
|||
</ListItemButton>
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<ListItemButton disabled />
|
||||
<ListItemText>
|
||||
<Typography display='inline'><b>{userData?.level}</b></Typography>
|
||||
<Typography display='inline' m={1}>{userData?.points}</Typography>
|
||||
|
|
|
|||
Reference in a new issue