Making GitHub and CC license links open in new window
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user