diff options
Diffstat (limited to 'src')
-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" |