aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2021-01-22 16:42:30 -0500
committerGalen Guyer <galen@galenguyer.com>2021-01-22 16:42:30 -0500
commit37df865915a395bb43a8d2f4b10f7e72bb600190 (patch)
tree170c291f91017f26398b4870d7c732f9a8e9e2b6
parentcb3e0156a2d0f0bf9863d0f688fd28cfd107e2d7 (diff)
Add daily positive test rate disclaimer
-rw-r--r--src/MainPage.js4
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