Merge pull request #54 from OmarAshraf-Bombo/patch-1

Fixed Image Source Link.
pull/74/head
Brad Traversy 3 years ago committed by GitHub
commit 9887a70fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ const createPokemonCard = (pokemon) => {
const pokemonInnerHTML = `
<div class="img-container">
<img src="https://pokeres.bastionbot.org/images/pokemon/${pokemon.id}.png" alt="">
<img src="https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/${pokemon.id}.png"" alt="${name}">
</div>
<div class="info">
<span class="number">#${id}</span>
@ -61,4 +61,4 @@ const createPokemonCard = (pokemon) => {
poke_container.appendChild(pokemonEl)
}
fetchPokemons()
fetchPokemons()

Loading…
Cancel
Save