fix: KöPi - nur König Pilsener anzeigen, Flaschengröße ergänzt

This commit is contained in:
2026-07-08 17:28:08 +02:00
parent 017decf59f
commit 1326958098
2 changed files with 22 additions and 10 deletions

View File

@@ -128,8 +128,9 @@ function GridOfferCard({ offer }) {
{offer.price}
</div>
)}
{offer.baseUnit && (
<div style={{ color:'rgba(255,255,255,0.3)', fontFamily:'monospace', fontSize:9 }}>
{(offer.size || offer.baseUnit) && (
<div style={{ color:'rgba(255,255,255,0.35)', fontFamily:'monospace', fontSize:10, marginTop:2 }}>
{offer.size && <span>{offer.size} · </span>}
{offer.baseUnit}
</div>
)}