diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-15 15:25:48 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-15 15:25:48 -0500 |
commit | a4fa00b052cb7d618125983efc626d2af62f9919 (patch) | |
tree | 978d7f257b49859aaf488fe11e81263644b0a966 /src/App.js | |
parent | 668f0ee2dcc2bea3647e43db019ec3d9ee61e00e (diff) |
make report issues link blue
Diffstat (limited to 'src/App.js')
-rw-r--r-- | src/App.js | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |