fix: docs placement

This commit is contained in:
2026-04-08 13:28:46 +04:00
parent b8f502fdb3
commit 2336f86aa3
5 changed files with 39 additions and 36 deletions
+2
View File
@@ -52,12 +52,14 @@ export function planTier(plan: string): number {
export const REGION_COLORS: Record<string, string> = {
"eu-central": "#3b82f6",
"us-west": "#f59e0b",
"default": "#6b7280",
"__none__": "#6b7280",
};
export const REGION_LABELS: Record<string, string> = {
"eu-central": "EU Central",
"us-west": "US West",
"default": "Default",
};
export const REGIONS: [string, string][] = [