Compare commits
2 Commits
11dfcd38c1
...
f0ae59467a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0ae59467a | ||
|
|
dcf1558d7e |
@@ -33,7 +33,7 @@ const pokemonName = pokemon?.Name || "Unknown Pokémon";
|
||||
Return to the <a href="/">home page</a> or search for another <a href="/pokemon">Pokémon</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-4 offset-md-2">
|
||||
<div class="col-12 col-md-5 offset-md-1">
|
||||
<div class="alert alert-warning border p-2" role="alert">
|
||||
<h4 class="alert-heading">Who's that Pokémon?</h4>
|
||||
<p class="mb-0">Click the image to reveal.</p>
|
||||
|
||||
@@ -225,8 +225,8 @@ const facets = searchResults.results.slice(1).map((result: any) => {
|
||||
))}
|
||||
</div>
|
||||
<div class="h5 my-0">{card.productName}</div>
|
||||
<div class="d-flex flex-row lh-1 mt-1">
|
||||
<div class="text-secondary flex-grow-1">{card.setName}</div>
|
||||
<div class="d-flex flex-row lh-1 mt-1 justify-content-between">
|
||||
<div class="text-secondary flex-grow-1 d-none d-md-flex">{card.setName}</div>
|
||||
<div class="text-secondary">{card.number}</div>
|
||||
<span class="ps-2 small-icon"><RarityIcon rarity={card.rarityName} /></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user