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} /> <img src={flag} alt={name} />
</div> </div>
<h3 className='country_name'>{name.toUpperCase()}</h3> <h3 className='country_name'>{name.toUpperCase()}</h3>
<div class='country_text'> <div className='country_text'>
<p> <p>
<span>Population: </span> <span>Population: </span>
{population} {population}

Loading…
Cancel
Save