aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-15 13:38:09 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-15 13:38:09 -0500
commit668f0ee2dcc2bea3647e43db019ec3d9ee61e00e (patch)
treea47aee13dd8f9f638cbe3f83ce4dd27bc873a9dd /src/App.js
parent80355db079489fc4a14d38e3d1f733ac40a65141 (diff)
add goatcounter as page element to hopefully catch routing
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.js b/src/App.js
index 68d7f08..e01dbdf 100644
--- a/src/App.js
+++ b/src/App.js
@@ -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>