Skip to content

Commit

Permalink
fix(country-data): update German phone format
Browse files Browse the repository at this point in the history
  • Loading branch information
AfzalH authored and goveo committed Apr 15, 2024
1 parent 5590461 commit dab8f12
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 @@ -147,7 +147,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 dab8f12

Please sign in to comment.