fix: KoePi Tage-Countdown entfernt, nur noch echtes Start-/Enddatum verwendet

This commit is contained in:
2026-07-12 11:59:33 +02:00
parent 5b4b0b6908
commit a28b96b424
3 changed files with 8 additions and 7 deletions

View File

@@ -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>
)}