diff options
author | Galen Guyer <galen@galenguyer.com> | 2021-01-22 16:42:30 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2021-01-22 16:42:30 -0500 |
commit | 37df865915a395bb43a8d2f4b10f7e72bb600190 (patch) | |
tree | 170c291f91017f26398b4870d7c732f9a8e9e2b6 /src/MainPage.js | |
parent | cb3e0156a2d0f0bf9863d0f688fd28cfd107e2d7 (diff) |
Add daily positive test rate disclaimer
Diffstat (limited to 'src/MainPage.js')
-rw-r--r-- | src/MainPage.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/MainPage.js b/src/MainPage.js index 8e8bc22..3de1805 100644 --- a/src/MainPage.js +++ b/src/MainPage.js @@ -119,7 +119,9 @@ const MainPage = (props) => { <h4 className="text-2xl">Tests</h4> <h5 className="text-base"> Positive Test Rate is calculated using the difference in total cases divided by the difference in - tests administed for the selected time frame (one day or one week) + tests administed for the selected time frame (one day or one week). The daily positive test rate + fluctuates wildly and should be taken with caution, while the weekly positive test rate is far more + stable and useful. </h5> <div className="Section"> <Card |