mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-21 00:05:49 +00:00
small typo
This commit is contained in:
@@ -117,9 +117,9 @@ function clientUsageColor(clientStats, trafficDiff) {
|
||||
case clientStats.up + clientStats.down < clientStats.total - trafficDiff:
|
||||
return "#0e49b5";
|
||||
case clientStats.up + clientStats.down < clientStats.total:
|
||||
return "#FFA031";
|
||||
return "#ffa031";
|
||||
default:
|
||||
return "#E04141";
|
||||
return "#e04141";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user