update notification service

This commit is contained in:
MacRimi
2026-03-07 22:55:42 +01:00
parent 758cae4f86
commit 0e6a125c60
2 changed files with 7 additions and 7 deletions

View File

@@ -413,7 +413,7 @@ export function NetworkMetrics() {
<Line
type="monotone"
dataKey="value"
stroke={(latencyData?.stats?.current ?? 0) < 100 ? "#22c55e" : (latencyData?.stats?.current ?? 0) < 200 ? "#f59e0b" : "#ef4444"}
stroke="#3b82f6"
strokeWidth={1.5}
dot={false}
/>