Skip to content

Commit

Permalink
Australia is +61 with Christmas Island
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J committed Nov 13, 2024
1 parent 7a316ae commit 211e312
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/phoneCodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,11 @@ export const REGION_CODES = {
235: { name: 'Chad', code: 'TD', flag: '🇹🇩' },
56: { name: 'Chile', code: 'CL', flag: '🇨🇱' },
86: { name: 'China', code: 'CN', flag: '🇨🇳' },
61: { name: 'Christmas Island, Cocos Islands', code: 'CX', flag: '🇨🇽' },
61: {
name: 'Australia, Christmas Island, Cocos Islands',
code: 'AU/CX',
flag: '🇦🇺/🇨🇽',
},
57: { name: 'Colombia', code: 'CO', flag: '🇨🇴' },
269: { name: 'Comoros', code: 'KM', flag: '🇰🇲' },
682: { name: 'Cook Islands', code: 'CK', flag: '🇨🇰' },
Expand Down

0 comments on commit 211e312

Please sign in to comment.