mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 21:59:27 +00:00
setted in header
This commit is contained in:
parent
a1733a1b72
commit
03cf34c612
1 changed files with 5 additions and 0 deletions
|
|
@ -87,6 +87,11 @@ export default function Header() {
|
|||
control={<Radio />}
|
||||
label={t('German')}
|
||||
/>
|
||||
<FormControlLabel
|
||||
value="ru"
|
||||
control={<Radio />}
|
||||
label={t('Russian')}
|
||||
/>
|
||||
</RadioGroup>
|
||||
</FormControl>
|
||||
</Paper>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue