diff options
author | Brian Christian <11952260+fdeitylink@users.noreply.github.com> | 2022-01-18 15:47:15 -0500 |
---|---|---|
committer | fdeitylink <11952260+fdeitylink@users.noreply.github.com> | 2022-01-19 20:15:19 -0500 |
commit | b1921c5d0391f9db50e03ccfb3d9a5e249177c73 (patch) | |
tree | 43237fb067742110b0225f728ed496032f0b4eae /src/MainPage.js | |
parent | 4bb9e0149b769286ec23693804a9b9e81991d552 (diff) |
Update start date on main page
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 12653ae..b663521 100644 --- a/src/MainPage.js +++ b/src/MainPage.js @@ -43,7 +43,7 @@ const MainPage = (props) => { <div id="total"> <h4 className="text-2xl"> {/* Total Positive Cases Since {props.showAllTime ? "August 19 (First Day of Classes)" : "January 1"} */} - Total Positive Cases Since August 16 (First Day of Move-In) + Total Positive Cases Since January 10 (First Day of Classes) </h4> <div className="Section"> <Card |