diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-16 19:51:03 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-16 19:51:03 -0500 |
commit | aa74fa66ef19ba2fbbe5bbb18550e1913be354ea (patch) | |
tree | 4dacb2b30289aab78432630d7addeaa602d18ddd /src/MainPage.js | |
parent | f1a188d6896d997fba72f52441b21e0280eee7f8 (diff) |
add explanation for positive test rate
Diffstat (limited to 'src/MainPage.js')
-rw-r--r-- | src/MainPage.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/MainPage.js b/src/MainPage.js index 354263a..4ec9cb4 100644 --- a/src/MainPage.js +++ b/src/MainPage.js @@ -107,6 +107,10 @@ const MainPage = (props) => { <br /> <div id="tests"> <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) + </h5> <div className="Section"> <Card name="Tests Administered" |