mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
use GB flag instead of US
This commit is contained in:
@@ -25,7 +25,7 @@ import { loadLocaleAsync } from '../../i18n/i18n-util.async';
|
||||
|
||||
import { ReactComponent as NLflag } from '../../i18n/NL.svg';
|
||||
import { ReactComponent as DEflag } from '../../i18n/DE.svg';
|
||||
import { ReactComponent as USflag } from '../../i18n/US.svg';
|
||||
import { ReactComponent as GBflag } from '../../i18n/GB.svg';
|
||||
|
||||
const ItemTypography = styled(Typography)<TypographyProps>({
|
||||
maxWidth: '250px',
|
||||
@@ -71,7 +71,7 @@ const LayoutAuthMenu: FC = () => {
|
||||
select
|
||||
>
|
||||
<MenuItem key="en" value="en">
|
||||
<USflag style={{ width: 16, verticalAlign: 'middle' }} />
|
||||
<GBflag style={{ width: 16, verticalAlign: 'middle' }} />
|
||||
EN
|
||||
</MenuItem>
|
||||
<MenuItem key="de" value="de">
|
||||
|
||||
Reference in New Issue
Block a user