mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-12-14 04:03:37 +01:00
Add semantic & accessibility structure for headings
This commit is contained in:
@@ -80,7 +80,7 @@ function DeviceForm({
|
||||
const deviceID = formData.id;
|
||||
return (
|
||||
<>
|
||||
<h3>{_(`Wi-Fi ${deviceID + 1}`)}</h3>
|
||||
<h2>{_(`Wi-Fi ${deviceID + 1}`)}</h2>
|
||||
<CheckBox
|
||||
label={_("Enable")}
|
||||
checked={formData.enabled}
|
||||
|
||||
Reference in New Issue
Block a user