Making GitHub and CC license links open in new window

This commit is contained in:
Jeff Avallone
2018-02-16 17:14:29 -05:00
parent 0d41100e04
commit 8e8fbd3219
4 changed files with 6 additions and 3 deletions
@@ -16,6 +16,8 @@ exports[`Header rendering 1`] = `
<li>
<a
href="https://github.com/javallone/regexper-static"
rel="external noopener noreferrer"
target="_blank"
>
<SvgMock />
<Trans>
+1 -1
View File
@@ -11,7 +11,7 @@ const Header = () => (
</h1>
<ul>
<li><a href="https://github.com/javallone/regexper-static">
<li><a href="https://github.com/javallone/regexper-static" rel="external noopener noreferrer" target="_blank">
<GithubIcon/><Trans>Source on GitHub</Trans>
</a></li>
</ul>