Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
lincent committed Aug 23, 2024
1 parent ce72c1b commit c18fc88
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ const selectStyling: StylesConfig = {
export const ForecastWindowSelector = (props: ForecastWindowSelectorProps) => {
return (
<div>
<label className={classes['forecast-window-label']}>
Forecast Window
</label>
<label className={classes['forecast-window-label']}>Forecast Days</label>
<Select
className={classes['forecast-window-select']}
inputId="forecast-window-select"
Expand Down

0 comments on commit c18fc88

Please sign in to comment.