From 89a4e929a9b97867f9ed8f57b41a0a661ad34d0b Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 14 Nov 2020 19:34:48 -0500 Subject: make the main title a link to the homepage --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/App.js b/src/App.js index 5c72ad4..e85330d 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,6 @@ import useSWR from "swr"; import { DateTime } from "luxon"; -import { BrowserRouter, Route, Switch } from "react-router-dom"; +import { BrowserRouter, Route, Switch, Link } from "react-router-dom"; import MainPage from "./MainPage"; import History from "./History"; import "./App.css"; @@ -33,7 +33,7 @@ function App() { return (
-

RIT Covid Dashboard

+

RIT Covid Dashboard

Last Updated:{" "} {lastUpdate.toLocaleString({ -- cgit v1.2.3