1
0

Changes 7 day forecast to 5 day forecast due to new API restrictions (#39)

This commit is contained in:
Eric
2023-06-05 02:03:49 -05:00
committed by GitHub
parent 3a0bb58430
commit 05ed3f03a0
3 changed files with 4 additions and 4 deletions
@@ -27,7 +27,7 @@ const createChartOptions = ({
stacked: false,
title: {
display: true,
text: `7 Day ${
text: `5 Day ${
altMode
? `Wind Speed / Precipitation (${lengthUnit})`
: `Temp / Precipitation`
@@ -218,7 +218,7 @@ const DailyChart = () => {
styles.errContainer
}`}
>
<div>Cannot get 7 day weather forecast</div>
<div>Cannot get 5 day weather forecast</div>
<div className={styles.message}>{dailyWeatherDataErrMsg}</div>
</div>
);