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 }}
/>
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
</Flex>
<Box>
<br />
<Button
icon={<FontAwesomeIcon icon={faChartBar} />}
onClick={() => openDiagFrame()}
plain
size="small"
>
Run self-test
</Button>
</Box>
</Flex>
</Flex>
{showDiagScreen ? (