diff options
author | Galen Guyer <galen@galenguyer.com> | 2021-02-08 20:21:55 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2021-02-08 20:21:55 -0500 |
commit | 02c1b92276a7cbad43df05b702ce12b40ad6b9b6 (patch) | |
tree | ce4766c46b79440ac10e3cd56d598c12bcfff4b3 /src/MainPage.js | |
parent | ae53046ebb782b89919dc08d17fce7ad829a75c1 (diff) |
Remove disclaimer from new cases
Diffstat (limited to 'src/MainPage.js')
-rw-r--r-- | src/MainPage.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/MainPage.js b/src/MainPage.js index eb99df7..3de1805 100644 --- a/src/MainPage.js +++ b/src/MainPage.js @@ -56,10 +56,6 @@ const MainPage = (props) => { <br /> <div id="new"> <h4 className="text-2xl">New Positive Cases From Past 14 Days</h4> - <h5 className="text-base"> - RIT has removed this statistic from the official dashboard, so at the moment, it is calculated by - the API backend. As such, there may be errors, but a quick review looks like it's working right. - </h5> <div className="Section"> <Card name="Students" |