chore: remove us-east region from UI, charts, and region selectors
This commit is contained in:
@@ -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__': '?',
|
||||
|
||||
Reference in New Issue
Block a user