Closed noisysocks closed 5 years ago
Fixes #117.
Stops external links having a too-dark blue colour, and prevents them from opening within the Electron shell.
I introduced an ExternalLink component because some care is necessary when adding onClick to a <a> to make sure that it's all still accessible.
ExternalLink
onClick
<a>
Fixes #117.
Stops external links having a too-dark blue colour, and prevents them from opening within the Electron shell.
I introduced an
ExternalLink
component because some care is necessary when addingonClick
to a<a>
to make sure that it's all still accessible.