diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-14 14:42:00 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-14 14:42:00 -0500 |
commit | 7040cd9f4c8f83a09fde3495315da8b269ae0848 (patch) | |
tree | ca7c95e9218f39900eeade7fc936d20e30399df8 /src | |
parent | db7bafc9e1d626467e404588884cff6fcd4635aa (diff) |
add attribution
Diffstat (limited to 'src')
-rw-r--r-- | src/App.js | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> ); |