Fix icon size
This commit is contained in:
parent
4ab21cc9f3
commit
c791e76a4b
|
@ -178,7 +178,7 @@ export function HealthChecks({ online, onStepValid }: Props) {
|
|||
) : portForwarding.enabled ? (
|
||||
<SuccessCircleIcon></SuccessCircleIcon>
|
||||
) : (
|
||||
<WarningIcon width={16} />
|
||||
<WarningIcon />
|
||||
)}
|
||||
</span>
|
||||
Port forwarding
|
||||
|
|
Loading…
Reference in New Issue