aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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>
);