pull/83/merge
Matvii Hodovaniuk 2 years ago committed by GitHub
commit cf7df374e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ const Country = ({ country: { name, flag, population } }) => {
<img src={flag} alt={name} />
</div>
<h3 className='country_name'>{name.toUpperCase()}</h3>
<div class='country_text'>
<div className='country_text'>
<p>
<span>Population: </span>
{population}

Loading…
Cancel
Save