Skip to content

Commit

Permalink
Fixed Hong Kong (prev was just China). Now +852
Browse files Browse the repository at this point in the history
  • Loading branch information
ZermattChris committed Jun 1, 2023
1 parent b1f43f4 commit 84e669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/countrycodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const countrycodes = [
code: 'CN', map: '🇨🇳', phoneCode: 86, value: 'China',
},
{
code: 'HK', map: '🇭🇰', phoneCode: 86, value: 'Hong Kong',
code: 'HK', map: '🇭🇰', phoneCode: 852, value: 'Hong Kong',
},
{
code: 'CX', map: '🇨🇽', phoneCode: 61, value: 'Christmas Island',
Expand Down

0 comments on commit 84e669c

Please sign in to comment.