Skip to content

Commit

Permalink
Merge pull request #210 from jayehernandez/master
Browse files Browse the repository at this point in the history
fix(country-data): update Philippines phone format
  • Loading branch information
ybrusentsov authored Dec 16, 2024
2 parents 216ec0d + 621003d commit e65340b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/countryData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const defaultCountries: CountryData[] = [
['Papua New Guinea', 'pg', '675'],
['Paraguay', 'py', '595'],
['Peru', 'pe', '51'],
['Philippines', 'ph', '63', '.... .......'],
['Philippines', 'ph', '63', '... ... ....'],
['Poland', 'pl', '48', '...-...-...'],
['Portugal', 'pt', '351'],
['Puerto Rico', 'pr', '1', '(...) ...-....', 3, ['787', '939']],
Expand Down

0 comments on commit e65340b

Please sign in to comment.