Skip to content

Commit 7f5da62

Browse files
committed
fix: pokedex img url
1 parent 2e9b1fd commit 7f5da62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

037-pokedex/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const createPokemonCard = (pokemon) => {
3030
const pokemonInnerHTML = `
3131
<div class="img-container">
3232
<img
33-
src="https://pokeres.bastionbot.org/images/pokemon/${pokemon.id}.png"
33+
src="https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/${pokemon.id}.png"
3434
alt=""
3535
/>
3636
</div>

0 commit comments

Comments
 (0)