mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-15 20:13:45 +00:00
feat(*): Enable sprites on mydex page
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user