Merge pull request #54 from OmarAshraf-Bombo/patch-1
Fixed Image Source Link.
This commit is contained in:
commit
9887a70fdb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user