aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2021-05-29 13:45:17 -0700
committerGalen Guyer <galen@galenguyer.com>2021-05-29 13:45:17 -0700
commita377aa396c9de23157eb35b8136081cf150d098e (patch)
treebb2c87559300d72ab148db6aebadf3ec65ed7819
parent53f79e35083b96cd15c57dc32be8d5e5f5d07833 (diff)
Add notice to top of main page
-rw-r--r--src/MainPage.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/MainPage.js b/src/MainPage.js
index 3de1805..d841a88 100644
--- a/src/MainPage.js
+++ b/src/MainPage.js
@@ -34,6 +34,16 @@ const MainPage = (props) => {
(Prior Alert Level: {prior.alert_level.charAt(0).toUpperCase() + prior.alert_level.slice(1)})
</h5>
<br />
+ <h2 className="text-xl">
+ This dashboard will not be updating for the summer. RIT is only providing the New Cases statistic on the
+ official dashboard. The API will continue to ingest data and be available, but modifying this page to
+ accomodate the new dashboard is not currently worth the effort. All historical data will remain
+ available on this page, but for any new information, please use{" "}
+ <a className="text-blue-700" href="https://rit.edu/ready/summer-dashboard">
+ the official dashboard.
+ </a>
+ </h2>
+ <br />
<div id="total">
<h4 className="text-2xl">
Total Positive Cases Since {props.showAllTime ? "August 19 (First Day of Classes)" : "January 1"}