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." + />