formatting

This commit is contained in:
proddy
2021-03-28 16:25:44 +02:00
parent fca458687e
commit 6d420662e1

View File

@@ -22,10 +22,8 @@ class UploadFirmwareForm extends React.Component<UploadFirmwareFormProps> {
return ( return (
<Fragment> <Fragment>
<Box py={2}> <Box py={2}>
Upload a new firmware file (.bin or .bin.gz) below to replace the Upload a new firmware file (.bin or .bin.gz) below to replace the existing firmware.
existing firmware. <p></p>This can take up to a minute. Wait until you see "Activating new Firmware" and EMS-ESP will then automatically restart.
<p></p>This can take up to a minute. Wait until you see "Activating
new Firmware" and EMS-ESP will automatically restart.
</Box> </Box>
<SingleUpload <SingleUpload
onDrop={this.handleDrop} onDrop={this.handleDrop}