chore: remove us-east region from UI, charts, and region selectors

This commit is contained in:
2026-03-18 20:13:11 +04:00
parent cbb1a26582
commit 2d46491dee
5 changed files with 4 additions and 9 deletions
-2
View File
@@ -25,7 +25,6 @@ const sparklineSSR = sparklineFromPings;
const REGION_COLORS: Record<string, string> = {
'eu-central': '#3b82f6', // blue
'us-east': '#10b981', // green
'us-west': '#f59e0b', // amber
'ap-southeast': '#a78bfa', // purple
'__none__': '#6b7280', // gray for null region
@@ -33,7 +32,6 @@ const REGION_COLORS: Record<string, string> = {
const REGION_LABELS: Record<string, string> = {
'eu-central': '🇩🇪 EU',
'us-east': '🇺🇸 US-E',
'us-west': '🇺🇸 US-W',
'ap-southeast': '🇸🇬 AP',
'__none__': '?',