This commit is contained in:
Malai Raja
2023-12-29 10:28:20 +05:30
parent 0fee281db0
commit 51e4ea978f
7 changed files with 75 additions and 4 deletions

View File

@@ -163,10 +163,11 @@ navigate('/login')
<Stack>
<Typography variant="h6">
{/* {user?.name} */}
{localStorage.getItem('fullname') || ''}
</Typography>
<Typography variant="body2" color="textSecondary">
{/* UI/UX Designer */}
user
</Typography>
</Stack>
</Stack>