From 223baecd2196a92e86daf475e499c02a66a754b9 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 14 Nov 2020 14:35:10 -0500 Subject: add links to all stats --- src/MainPage.js | 49 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 9 deletions(-) (limited to 'src/MainPage.js') diff --git a/src/MainPage.js b/src/MainPage.js index 3ce4c22..82cb196 100644 --- a/src/MainPage.js +++ b/src/MainPage.js @@ -10,16 +10,21 @@ const MainPage = (props) => {

Total Positive Cases Since August 19 (First Day of Classes)

- - + +

New Positive Cases From Past 14 Days

- - + +

@@ -30,8 +35,18 @@ const MainPage = (props) => { to see if they become sick.
- - + +

@@ -41,15 +56,30 @@ const MainPage = (props) => { Isolation separates sick people with a contagious disease from people who are not sick.
- - + +

Number of Tests Administered by Student Health Center

- +

@@ -61,6 +91,7 @@ const MainPage = (props) => { latest={latest.beds_available} prior={prior.beds_available} suffix="%" + link="/beds" /> -- cgit v1.2.3