Releasing new design #161

Merged
b merged 241 commits from staging into main 2024-08-21 11:38:25 +00:00
Showing only changes of commit d0a6297cce - Show all commits

View File

@ -33,7 +33,7 @@ const Username = ({ username, avatarContent, handleClick }: Props) => {
display: { xs: 'none', md: 'flex' }
}}
>
{username || 'test'}
{username}
</Typography>
<IconButton
aria-label="account of current user"