diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-15 13:38:09 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-15 13:38:09 -0500 |
commit | 668f0ee2dcc2bea3647e43db019ec3d9ee61e00e (patch) | |
tree | a47aee13dd8f9f638cbe3f83ce4dd27bc873a9dd /src/App.js | |
parent | 80355db079489fc4a14d38e3d1f733ac40a65141 (diff) |
add goatcounter as page element to hopefully catch routing
Diffstat (limited to 'src/App.js')
-rw-r--r-- | src/App.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ function App() { <button onClick={() => setTimeDifference(timeDifference == 1 ? 5 : 1)} - class="bg-transparent text-sm hover:bg-orange-400 text-gray-600 hover:text-white py-1 my-1 px-2 border border-orange-300 hover:border-transparent rounded transition ease-in-out duration-300" + className="bg-transparent text-sm hover:bg-orange-400 text-gray-600 hover:text-white py-1 my-1 px-2 border border-orange-300 hover:border-transparent rounded transition ease-in-out duration-300" > Use one {timeDifference == 1 ? "week" : "day"} ago </button> @@ -159,7 +159,7 @@ function App() { By Galen Guyer. Source available on{" "} <a className="text-blue-700" href="https://github.com/galenguyer/rit-covid-dashboard"> GitHub - </a> + </a> (<a href="https://github.com/galenguyer/rit-covid-dashboard/issues">Report Issue</a>) </p> </div> </BrowserRouter> |