We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534c421 commit 7db6202Copy full SHA for 7db6202
client/components/Version/Version.js
@@ -5,7 +5,7 @@ function Version () {
5
const {NODE_ENV, COMMIT_HASH} = $_ENV
6
7
const version = NODE_ENV === 'test'
8
- ? <a href={`https://github.com/CodeForSocialGood/calltocode.org/tree/${COMMIT_HASH}`} target='_blank'>v{COMMIT_HASH}</a>
+ ? <a href={`https://github.com/CodeForSocialGood/calltocode.org/tree/${COMMIT_HASH}`} target='_blank' rel="noopener noreferrer">v{COMMIT_HASH}</a>
9
: null
10
11
return (
0 commit comments