Merge pull request #2768 from Marvin9/feat/rel-to-anchor

feat: inject appropriate rel tag to <Link> & <a>
This commit is contained in:
Niklas Ek
2020-10-07 17:31:03 +02:00
committed by GitHub
3 changed files with 27 additions and 6 deletions
@@ -65,7 +65,12 @@ export const ErrorPage = ({
Go back
</Link>
... or if you think this is a bug, please file an{' '}
<Link href="https://github.com/spotify/backstage/issues">issue.</Link>
<Link
href="https://github.com/spotify/backstage/issues"
rel="noopener noreferrer"
>
issue.
</Link>
</Typography>
</Grid>
</Grid>