pull/424/head
Rohan Kale 8 months ago
parent 73a377c17c
commit 7286f72169

@ -1922,6 +1922,7 @@ export const countriesData = [
flag: 'https://restcountries.eu/data/gbr.svg',
currency: 'British pound',
},
//this is where chat gpt made an error unites states of amercia here and united states in isoCode
{
name: 'United States of America',
capital: 'Washington, D.C.',

@ -141,6 +141,7 @@ export const countryIsoCode = [
{ code: 'UA', name: 'Ukraine' },
{ code: 'AE', name: 'United Arab Emirates' },
{ code: 'GB', name: 'United Kingdom' },
//this is where chat gpt made an error
{ code: 'US', name: 'United States' },
{ code: 'UY', name: 'Uruguay' },
{ code: 'UZ', name: 'Uzbekistan' },

Loading…
Cancel
Save