Skip to content

Commit

Permalink
feat: add new regions
Browse files Browse the repository at this point in the history
  • Loading branch information
jog1t committed May 31, 2024
1 parent e37a37f commit 522707f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/utils/emoji.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ const REGION_EMOJI: { [key: string]: string } = {
dfw: '๐Ÿ‡บ๐Ÿ‡ธ', // Dallas
ewr: '๐Ÿ‡บ๐Ÿ‡ธ', // Newark
lon: '๐Ÿ‡ฌ๐Ÿ‡ง', // London
sgp: '๐Ÿ‡ธ๐Ÿ‡ฌ' // Singapore
sgp: '๐Ÿ‡ธ๐Ÿ‡ฌ', // Singapore
lax: '๐Ÿ‡บ๐Ÿ‡ธ', // Los Angeles
osa: '๐Ÿ‡ฏ๐Ÿ‡ต', // Osaka
gru: '๐Ÿ‡ง๐Ÿ‡ท', // Sao Paulo
bom: '๐Ÿ‡ฎ๐Ÿ‡ณ', // Mumbai
sin: '๐Ÿ‡ธ๐Ÿ‡ฌ', // Singapore
} satisfies Record<string, string>;

export function getRegionEmoji(regionId: string) {
Expand Down

0 comments on commit 522707f

Please sign in to comment.