From abda7859c03cfb3b4031a5f267cef103166b0ae4 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Fri, 11 Aug 2023 14:08:55 +0300 Subject: [PATCH] fix: update width and space --- src/components/HealthInfoSection.tsx | 2 +- .../DeviceHealthCheck/DeviceHealthCheck.tsx | 27 ++++++++++--------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/components/HealthInfoSection.tsx b/src/components/HealthInfoSection.tsx index 6144735e..87edee70 100644 --- a/src/components/HealthInfoSection.tsx +++ b/src/components/HealthInfoSection.tsx @@ -30,7 +30,7 @@ const HealthInfoSection = (props: HealthInfoSectionProps) => { const networkLatencyPercentage = networkLatency > 100 ? 100 : 0 return ( - + {
- - - + @@ -49,12 +52,10 @@ const DeviceHeanlthCheckContent = () => { cpuClockRate={2.5} networkLatency={75} /> - - } - message="The information provided in the Nodes Health Check is meant to utilized as a guide to guage the readiness of your device, however please do your own due diligence prior to commiting any funds. Read our Health Check Disclosure for more information." - /> - + } + message="The information provided in the Nodes Health Check is meant to utilized as a guide to guage the readiness of your device, however please do your own due diligence prior to commiting any funds. Read our Health Check Disclosure for more information." + />