aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2021-01-26 20:34:30 -0500
committerGalen Guyer <galen@galenguyer.com>2021-01-26 20:34:30 -0500
commitb3ed3ca94224d5dbb86e6ccbb15d08aad1a326cf (patch)
tree357e6eb3aad79924093bb01b1ec228bfb4b3d30a
parent7c1aad4f820c53662a83599f464b328cbfafe7cd (diff)
Add they broke it notice to new cases
-rw-r--r--src/MainPage.js17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/MainPage.js b/src/MainPage.js
index 3de1805..dcca360 100644
--- a/src/MainPage.js
+++ b/src/MainPage.js
@@ -56,20 +56,9 @@ const MainPage = (props) => {
<br />
<div id="new">
<h4 className="text-2xl">New Positive Cases From Past 14 Days</h4>
- <div className="Section">
- <Card
- name="Students"
- latest={latest.new_students}
- diff={latest.new_students - prior.new_students}
- link="/newstudents"
- />
- <Card
- name="Staff"
- latest={latest.new_staff}
- diff={latest.new_staff - prior.new_staff}
- link="/newstaff"
- />
- </div>
+ <h5 className="text-base">
+ This statistic has been temporarily removed, as RIT removed it from the official dashboard.
+ </h5>
</div>
<br />
<div id="quarantine">