From a377aa396c9de23157eb35b8136081cf150d098e Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 29 May 2021 13:45:17 -0700 Subject: Add notice to top of main page --- src/MainPage.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') 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)})
+

+ 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{" "} + + the official dashboard. + +

+

Total Positive Cases Since {props.showAllTime ? "August 19 (First Day of Classes)" : "January 1"} -- cgit v1.2.3