Change timeline label to 'Propagation Forecast'

This commit is contained in:
Graham McIntire 2026-03-31 16:56:24 -05:00
parent fe150adf77
commit 741534610d
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -727,7 +727,7 @@ export const PropagationMap = {
this.timelineEl.style.display = "block"
this.timelineEl.innerHTML = `
<div style="background:rgba(0,0,0,0.85);border-radius:12px;padding:6px 10px;display:flex;gap:3px;align-items:center;box-shadow:0 2px 12px rgba(0,0,0,0.4);overflow-x:auto;max-width:90vw;">
<span style="font-size:10px;color:rgba(255,255,255,0.5);margin-right:4px;white-space:nowrap;">Forecast</span>
<span style="font-size:10px;color:rgba(255,255,255,0.5);margin-right:4px;white-space:nowrap;">Propagation Forecast</span>
${buttons}
</div>`