We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9b1fd commit 7f5da62Copy full SHA for 7f5da62
037-pokedex/script.js
@@ -30,7 +30,7 @@ const createPokemonCard = (pokemon) => {
30
const pokemonInnerHTML = `
31
<div class="img-container">
32
<img
33
- src="https://pokeres.bastionbot.org/images/pokemon/${pokemon.id}.png"
+ src="https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/${pokemon.id}.png"
34
alt=""
35
/>
36
</div>
0 commit comments