fix: restore navatar class (#43176)
This commit is contained in:
committed by
GitHub
parent
0a32528c4d
commit
28003256c3
@ -30,7 +30,9 @@ const MenuButton = ({
|
||||
>
|
||||
{t('buttons.menu')}
|
||||
</button>
|
||||
<AuthOrProfile user={user} />
|
||||
<span className='navatar'>
|
||||
<AuthOrProfile user={user} />
|
||||
</span>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user