feat: add rel to <a> & few <Link> tags

This commit is contained in:
Marvin9
2020-10-06 21:19:31 +05:30
parent 434ef5fce0
commit 7db0ffb6e5
3 changed files with 27 additions and 6 deletions
@@ -66,7 +66,11 @@ export const TechDocsPageHeader = ({
<HeaderLabel
label=""
value={
<a href={locationMetadata.target} target="_blank">
<a
href={locationMetadata.target}
target="_blank"
rel="noopener noreferrer"
>
<GitHubIcon style={{ marginTop: '-25px', fill: '#fff' }} />
</a>
}