mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
added NO
This commit is contained in:
@@ -129,12 +129,7 @@ const SignIn: FC = () => {
|
||||
<PLflag style={{ width: 24 }} />
|
||||
PL
|
||||
</Button>
|
||||
<Button
|
||||
disabled
|
||||
size="small"
|
||||
variant={locale === 'no' ? 'contained' : 'outlined'}
|
||||
onClick={() => selectLocale('no')}
|
||||
>
|
||||
<Button size="small" variant={locale === 'no' ? 'contained' : 'outlined'} onClick={() => selectLocale('no')}>
|
||||
<NOflag style={{ width: 24 }} />
|
||||
NO
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user