aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/components
diff options
context:
space:
mode:
author9308233900 <reagan_hunt@brown.edu>2021-04-17 16:41:56 -0700
committer9308233900 <reagan_hunt@brown.edu>2021-04-17 16:41:56 -0700
commit860ba5b0e34ecdd27d2ec081191ab5bf9b32524b (patch)
treec5824a566c42bd3214508f463dd635b39d41cf31 /react-frontend/src/components
parentcdcf7602c5fd2066f69fdbe64562e2faca915422 (diff)
landing page nav bar done
Diffstat (limited to 'react-frontend/src/components')
-rw-r--r--react-frontend/src/components/TimeSelector.js2
-rw-r--r--react-frontend/src/components/images/logo.pngbin0 -> 43282 bytes
-rw-r--r--react-frontend/src/components/images/mainlogo.pngbin0 -> 269065 bytes
3 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>
diff --git a/react-frontend/src/components/images/logo.png b/react-frontend/src/components/images/logo.png
new file mode 100644
index 0000000..7e4e9ee
--- /dev/null
+++ b/react-frontend/src/components/images/logo.png
Binary files differ
diff --git a/react-frontend/src/components/images/mainlogo.png b/react-frontend/src/components/images/mainlogo.png
new file mode 100644
index 0000000..a26df0f
--- /dev/null
+++ b/react-frontend/src/components/images/mainlogo.png
Binary files differ