diff options
author | Julia McCauley <skurvyj@gmail.com> | 2021-04-17 21:13:32 -0400 |
---|---|---|
committer | Julia McCauley <skurvyj@gmail.com> | 2021-04-17 21:13:32 -0400 |
commit | 36ff09cac4a5210dd66a02f291bc3c2e12738100 (patch) | |
tree | 649fdc7d2bd584285abb51acf8fab561b89fe76c /react-frontend/src/components/TimeSelector.js | |
parent | 6d6e00d739c532a5cddb5344b261a9681bc9da0b (diff) | |
parent | 860ba5b0e34ecdd27d2ec081191ab5bf9b32524b (diff) |
pulling latest changes Merge branch 'master' of github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
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> |