diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-16 20:22:44 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-16 20:22:44 -0500 |
commit | 298b4827e484c38f6d9d464872220df041d9e756 (patch) | |
tree | 0ca9c299f030945b886d0b7209e609250799a9b9 /src/MainPage.js | |
parent | 071632e2bee59d64b4d196ed3512af7f24c6b994 (diff) |
swap to graph for positive test rate
Diffstat (limited to 'src/MainPage.js')
-rw-r--r-- | src/MainPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainPage.js b/src/MainPage.js index 4ec9cb4..6ca3b04 100644 --- a/src/MainPage.js +++ b/src/MainPage.js @@ -122,7 +122,7 @@ const MainPage = (props) => { name="Positive Test Rate" latest={positiveTestRate + "%"} diff={priorPositiveTestRate + "%"} - link="/" + link="/positivetests" /> </div> </div> |