diff options
author | Galen Guyer <galen@galenguyer.com> | 2021-01-22 17:19:21 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2021-01-22 17:19:21 -0500 |
commit | 7c1aad4f820c53662a83599f464b328cbfafe7cd (patch) | |
tree | f39e83867d3c592480f732f7d7dd1f32fed429df /src | |
parent | 37df865915a395bb43a8d2f4b10f7e72bb600190 (diff) |
Add api documentation link
Diffstat (limited to 'src')
-rw-r--r-- | src/App.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -214,6 +214,11 @@ function App() { </a> ) </p> + <p> + <a className="text-blue-700" href="https://galenguyer.com/projects/ritcoviddashboard"> + API Documentation + </a> + </p> </div> </BrowserRouter> ); |