aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2021-01-22 17:19:21 -0500
committerGalen Guyer <galen@galenguyer.com>2021-01-22 17:19:21 -0500
commit7c1aad4f820c53662a83599f464b328cbfafe7cd (patch)
treef39e83867d3c592480f732f7d7dd1f32fed429df
parent37df865915a395bb43a8d2f4b10f7e72bb600190 (diff)
Add api documentation link
-rw-r--r--src/App.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index 656f580..6dd6d83 100644
--- a/src/App.js
+++ b/src/App.js
@@ -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>
);