fix: restore navatar class (#43176)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-08-11 00:38:31 -07:00
committed by GitHub
parent 0a32528c4d
commit 28003256c3

View File

@ -30,7 +30,9 @@ const MenuButton = ({
>
{t('buttons.menu')}
</button>
<AuthOrProfile user={user} />
<span className='navatar'>
<AuthOrProfile user={user} />
</span>
</>
);
};