diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-01-12 18:46:40 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-01-12 18:46:40 -0500 |
commit | 4bb9e0149b769286ec23693804a9b9e81991d552 (patch) | |
tree | dcac1c842c65f8650a6c350df89a6de8175f2527 /src/MainPage.js | |
parent | 42beedc21d6a2f6c59252aa5e7e1f1bb332bd18e (diff) |
add links to historical data
Diffstat (limited to 'src/MainPage.js')
-rw-r--r-- | src/MainPage.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/MainPage.js b/src/MainPage.js index a4bb593..12653ae 100644 --- a/src/MainPage.js +++ b/src/MainPage.js @@ -35,9 +35,9 @@ const MainPage = (props) => { </h5> <br /> */} <h2 className="text-xl"> - This dashboard has been refreshed for the new school year. For historical data, please contact - me at gkg1648 [AT] rit [DOT] edu. More cards and features will be re-added if they are added to - the official dashboard. + This dashboard has been refreshed for the new semester. Historical data from the 2020-2021 school year is + available at <a href="//2020.ritcoviddashboard.com">2020.ritcoviddashboard.com</a>. Data from the Fall 2021 + semester is available at <a href="//2021.ritcoviddashboard.com">2021.ritcoviddashboard.com</a>. </h2> <br /> <div id="total"> |