Skip to content

Commit

Permalink
fix: Suecia phone prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Angeles committed Dec 18, 2023
1 parent 2c23b64 commit 669c977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/Country.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const Country = [
id: 'suecia',
esCountry: 'Suecia',
enCountry: 'Sweden',
prefix: '+43',
prefix: '+46',
countryCode: 'SE'
},
{
Expand Down

0 comments on commit 669c977

Please sign in to comment.