Landing page - new design implementation #122

Merged
b merged 45 commits from issue-21 into staging 2024-07-31 13:06:58 +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' } display: { xs: 'none', md: 'flex' }
}} }}
> >
{username || 'test'} {username}
</Typography> </Typography>
<IconButton <IconButton
aria-label="account of current user" aria-label="account of current user"