aboutsummaryrefslogtreecommitdiff
path: root/src/MainPage.js
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-16 20:22:44 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-16 20:22:44 -0500
commit298b4827e484c38f6d9d464872220df041d9e756 (patch)
tree0ca9c299f030945b886d0b7209e609250799a9b9 /src/MainPage.js
parent071632e2bee59d64b4d196ed3512af7f24c6b994 (diff)
swap to graph for positive test rate
Diffstat (limited to 'src/MainPage.js')
-rw-r--r--src/MainPage.js2
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>