Skip to content

Commit

Permalink
Fix german phone format
Browse files Browse the repository at this point in the history
  • Loading branch information
AfzalH committed Oct 30, 2023
1 parent 923d792 commit 7d328ec
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 @@ -144,7 +144,7 @@ export const defaultCountries: CountryData[] = [
['Gabon', 'ga', '241'],
['Gambia', 'gm', '220'],
['Georgia', 'ge', '995'],
['Germany', 'de', '49', '.... ........'],
['Germany', 'de', '49', '... .........'],
['Ghana', 'gh', '233'],
['Greece', 'gr', '30'],
['Grenada', 'gd', '1473'],
Expand Down

0 comments on commit 7d328ec

Please sign in to comment.