fix: KöPi - Bilder mit korrekten Namen von dir
This commit is contained in:
@@ -37,7 +37,7 @@ function OfferCard({ offer }) {
|
||||
{/* Bild oben */}
|
||||
{offer.imageLocal && (
|
||||
<div style={{ margin:'-12px -14px 8px -14px', borderRadius:'8px 8px 0 0', background:'transparent', height:130, display:'flex', alignItems:'center', justifyContent:'center' }}>
|
||||
<img src={offer.imageLocal} alt="König Pilsener"
|
||||
<img src={offer.imageLocal + '?v=4'} alt="König Pilsener"
|
||||
style={{ maxWidth:'90%', maxHeight:'130px', width:'auto', height:'auto', display:'block', objectFit:'contain' }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user