aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-14 14:42:00 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-14 14:42:00 -0500
commit7040cd9f4c8f83a09fde3495315da8b269ae0848 (patch)
treeca7c95e9218f39900eeade7fc936d20e30399df8 /src
parentdb7bafc9e1d626467e404588884cff6fcd4635aa (diff)
add attribution
Diffstat (limited to 'src')
-rw-r--r--src/App.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index ea5fcc9..e726b0a 100644
--- a/src/App.js
+++ b/src/App.js
@@ -132,6 +132,13 @@ function App() {
/>
</Route>
</Switch>
+ <br />
+ <p>
+ By Galen Guyer. Source available on{" "}
+ <a className="text-blue-700" href="https://github.com/galenguyer/rit-covid-dashboard">
+ GitHub
+ </a>
+ </p>
</div>
</BrowserRouter>
);