chore: remove us-east and ap-southeast regions from UI

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