fix: KoePi Tage-Countdown entfernt, nur noch echtes Start-/Enddatum verwendet
This commit is contained in:
@@ -80,9 +80,6 @@ function OfferCard({ offer }) {
|
||||
|
||||
{/* Gültigkeit */}
|
||||
<div style={{ borderTop:'1px solid rgba(255,255,255,0.06)', paddingTop:6, display:'flex', gap:12, flexWrap:'wrap' }}>
|
||||
{offer.validity && (
|
||||
<span style={{ color:'#f59e0b', fontFamily:'monospace', fontSize:10 }}>⏰ {offer.validity}</span>
|
||||
)}
|
||||
{offer.dateRange && (
|
||||
<span style={{ color:'rgba(255,255,255,0.35)', fontFamily:'monospace', fontSize:10 }}>📅 {offer.dateRange}</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user