Skip to content

Commit 5dbaea5

Browse files
committed
fix: add region names
1 parent 761ae1e commit 5dbaea5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

frontend/src/components/matchmaker/lobby-region.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ export const REGION_ICON: Record<string, string | IconProp> = {
4848
gru: "🇧🇷", // Sao Paulo
4949
bom: "🇮🇳", // Mumbai
5050
sin: "🇸🇬", // Singapore
51+
"eu-central-1": "🇩🇪", // Frankfurt
52+
"us-east-1": "🇺🇸", // Northern Virginia
53+
"us-west-1": "🇺🇸", // Oregon
54+
"ap-southeast-1": "🇸🇬", // Singapore
5155
};
5256

5357
export const REGION_LABEL: Record<string, string> = {
@@ -96,6 +100,10 @@ export const REGION_LABEL: Record<string, string> = {
96100
gru: "Sao Paulo",
97101
bom: "Mumbai, India",
98102
sin: "Singapore",
103+
"eu-central-1": "Frankfurt, Germany",
104+
"us-east-1": "Northern Virginia, USA",
105+
"us-west-1": "Oregon, USA",
106+
"ap-southeast-1": "Singapore",
99107
};
100108

101109
export function getRegionKey(regionNameId: string | undefined) {

0 commit comments

Comments
 (0)