diff options
Diffstat (limited to 'react-frontend/src/components/TimeSelector.js')
-rw-r--r-- | react-frontend/src/components/TimeSelector.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/react-frontend/src/components/TimeSelector.js b/react-frontend/src/components/TimeSelector.js index 6960807..652a9ec 100644 --- a/react-frontend/src/components/TimeSelector.js +++ b/react-frontend/src/components/TimeSelector.js @@ -34,7 +34,7 @@ function TimeSelector(props) { <DateSelector side={"left"} name={"Start Date"} className="Coord-select-left" clickedFunc={setCurrent} changedFunc={setStartDate} disabled={current==='start' || props.isChanging} value={toValue(startDate)}></DateSelector> <div> - <h2>Adjust Timeframe :)</h2> + <h2>Adjust Timeframe</h2> <button className="Btn Route-btn" onClick={() => changeTimeframe()} disabled={current!=="" || props.isChanging}>Change Timeframe</button> </div> |