aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-15 15:25:48 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-15 15:25:48 -0500
commita4fa00b052cb7d618125983efc626d2af62f9919 (patch)
tree978d7f257b49859aaf488fe11e81263644b0a966 /src/App.js
parent668f0ee2dcc2bea3647e43db019ec3d9ee61e00e (diff)
make report issues link blue
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index e01dbdf..d8653a5 100644
--- a/src/App.js
+++ b/src/App.js
@@ -159,7 +159,12 @@ function App() {
By Galen Guyer. Source available on{" "}
<a className="text-blue-700" href="https://github.com/galenguyer/rit-covid-dashboard">
GitHub
- </a> (<a href="https://github.com/galenguyer/rit-covid-dashboard/issues">Report Issue</a>)
+ </a>{" "}
+ (
+ <a className="text-blue-700" href="https://github.com/galenguyer/rit-covid-dashboard/issues">
+ Report Issue
+ </a>
+ )
</p>
</div>
</BrowserRouter>