Skip to content

Commit 7db6202

Browse files
committed
yarn test change
1 parent 534c421 commit 7db6202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: client/components/Version/Version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Version () {
55
const {NODE_ENV, COMMIT_HASH} = $_ENV
66

77
const version = NODE_ENV === 'test'
8-
? <a href={`https://github.com/CodeForSocialGood/calltocode.org/tree/${COMMIT_HASH}`} target='_blank'>v{COMMIT_HASH}</a>
8+
? <a href={`https://github.com/CodeForSocialGood/calltocode.org/tree/${COMMIT_HASH}`} target='_blank' rel="noopener noreferrer">v{COMMIT_HASH}</a>
99
: null
1010

1111
return (

0 commit comments

Comments
 (0)