feat(*): Enable sprites on mydex page

This commit is contained in:
Josh Creek
2024-07-16 22:00:06 +01:00
parent 4be21fb66b
commit fed7003972
@@ -22,13 +22,11 @@
<div class="dex-column pokedex-entry-container"> <div class="dex-column pokedex-entry-container">
<div class="flex mb-2"> <div class="flex mb-2">
<div class="sprite-container flex justify-center items-center bg-white rounded-lg p-2"> <div class="sprite-container flex justify-center items-center bg-white rounded-lg p-2">
<!-- <PokemonSprite <PokemonSprite
pokedexNumber={pokedexEntry.pokedexNumber.toString().padStart(3, '0')} pokemonName={pokedexEntry.pokemon}
form={pokedexEntry.form pokedexNumber={pokedexEntry.pokedexNumber}
.replace(/[^a-zA-Z ]/g, '') form={pokedexEntry.form}
.trim() />
.replace(/ /g, '-')}
/> -->
</div> </div>
<div class="pl-2"> <div class="pl-2">
<h3 class="text-xl font-bold pt-1 text-secondary">{pokedexEntry.pokemon}</h3> <h3 class="text-xl font-bold pt-1 text-secondary">{pokedexEntry.pokemon}</h3>