pull/324/merge
Dahman 7 months ago committed by GitHub
commit cd85a96972
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -887,14 +887,6 @@ export const countriesData = [
flag: 'https://restcountries.eu/data/imn.svg', flag: 'https://restcountries.eu/data/imn.svg',
currency: 'British pound', currency: 'British pound',
}, },
{
name: 'Israel',
capital: 'Jerusalem',
languages: ['Hebrew (modern)', 'Arabic'],
population: 8527400,
flag: 'https://restcountries.eu/data/isr.svg',
currency: 'Israeli new shekel',
},
{ {
name: 'Italy', name: 'Italy',
capital: 'Rome', capital: 'Rome',
@ -1368,12 +1360,12 @@ export const countriesData = [
currency: '[E]', currency: '[E]',
}, },
{ {
name: 'Palestine, State of', name: 'Palestine',
capital: 'Ramallah', capital: 'Jerusalem',
languages: ['Arabic'], languages: ['Arabic'],
population: 4682467, population: 4682467,
flag: 'https://restcountries.eu/data/pse.svg', flag: 'https://restcountries.eu/data/pse.svg',
currency: 'Israeli new sheqel', currency: 'Sheqel',
}, },
{ {
name: 'Panama', name: 'Panama',

Loading…
Cancel
Save