Login: return select language for mobile

This commit is contained in:
Timofey Boyko 2024-08-09 17:11:10 +03:00
parent 6e32ab86c5
commit 810b20ca5f

View File

@ -73,7 +73,7 @@ const SimpleNav = ({}: SimpleNavProps) => {
return (
<StyledSimpleNav id="login-header">
<img className="logo" src={logoUrl} alt="logo-url" />
{/* <LanguageComboboxWrapper /> */}
<LanguageComboboxWrapper />
</StyledSimpleNav>
);
};