fix: docs placement
This commit is contained in:
@@ -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][] = [
|
||||
|
||||
Reference in New Issue
Block a user