diff --git a/packages/app/constants/settings/about/index.jsx b/packages/app/constants/settings/about/index.jsx index b981b3a6..51caafc7 100755 --- a/packages/app/constants/settings/about/index.jsx +++ b/packages/app/constants/settings/about/index.jsx @@ -37,10 +37,10 @@ const Footer = () => { const latencyToColor = (latency, type) => { switch (type) { case "http": { - if (latency < 100) { + if (latency < 200) { return "green" } - if (latency < 200) { + if (latency < 500) { return "orange" } return "red"