From e8f6d81d1303c6136cd88f15768c4cf9a9b39d4d Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:37:53 -0700 Subject: [PATCH] Update ping.jsx --- src/components/services/ping.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/services/ping.jsx b/src/components/services/ping.jsx index 2d89012f2..b7337f199 100644 --- a/src/components/services/ping.jsx +++ b/src/components/services/ping.jsx @@ -32,7 +32,7 @@ export default function Ping({ group, service, style }) { } else { const ping = t("common.ms", { value: data.latency, style: "unit", unit: "millisecond", maximumFractionDigits: 0 }) statusTitle += ` ${data.status} (${ping})`; - colorClass = "text-emerald-500/80" + colorClass = "text-emerald-500/80 lowercase" if (style === "basic") { statusText = t("ping.up")