Skip to content

Commit 61c1444

Browse files
Update local_forecasts.js
1 parent 525d9c7 commit 61c1444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local_forecasts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ function generateMetricsHtml({
17111711
<div class="d-xvg">
17121712
<div class="xvg_aqi me-3">${currentVal !== 'N/A' ? currentVal : '--'}</div>
17131713
<div class="xvg_aqi-change ${change.class}">${change.arrow} ${change.sign}${change.diff} (${change.sign}${change.pct !== "N/A" ? change.pct + "%" : "--"})</div>
1714-
<div class="xvg_timestamp">Current AQI (US Scale)}</div>
1714+
<div class="xvg_timestamp">Current AQI (US Scale)</div>
17151715
</div>
17161716
17171717
</div>

0 commit comments

Comments
 (0)