replace setname with setcode on mobile view card

This commit is contained in:
Zach Harding
2026-05-26 16:14:57 -04:00
parent 1b5e77d55d
commit 6517044821

View File

@@ -350,6 +350,7 @@ const facets = searchResults.results.slice(1).map((result: any) => {
<div class="fs-5 fw-semibold my-0">{card.productName}</div>
<div class="d-flex flex-row lh-1 mt-1 justify-content-between">
<div class="text-body-tertiary flex-grow-1 d-none d-lg-flex fst-normal">{card.setName}</div>
<div class="text-body-tertiary flex-grow-1 d-flex d-lg-none fst-normal">{card.setCode}</div>
<div class="text-body-tertiary fst-normal">{card.number}</div>
<span class="ps-2 small-icon"><RarityIcon rarity={card.rarityName} /></span>
</div>