patch: moved diag link to container

This commit is contained in:
Peter Makra 2022-05-19 18:09:13 +02:00
parent 8671782e34
commit 0089fec943

View File

@ -153,17 +153,16 @@ export function SettingsModal({ toggleModal }: SettingsModalProps) {
style={{ marginRight: 8 }} style={{ marginRight: 8 }}
/> />
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt> <Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
</Flex> <br />
<Box>
<Button <Button
icon={<FontAwesomeIcon icon={faChartBar} />} icon={<FontAwesomeIcon icon={faChartBar} />}
onClick={() => openDiagFrame()} onClick={() => openDiagFrame()}
plain plain
size="small"
> >
Run self-test Run self-test
</Button> </Button>
</Box> </Flex>
</Flex> </Flex>
{showDiagScreen ? ( {showDiagScreen ? (