0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 20:22:42 +00:00

EditPage: Mark link as noreferrer

This commit is contained in:
Rae Che
2018-05-27 13:59:13 +01:00
committed by Trevor Buckner
parent 838b64c589
commit 66c0c96a4f

View File

@@ -165,7 +165,8 @@ const EditPage = createClass({
Oops!
<div className='errorContainer'>
Looks like there was a problem saving. <br />
Report the issue <a target='_blank' href={`https://github.com/stolksdorf/naturalcrit/issues/new?body=${encodeURIComponent(errMsg)}`}>
Report the issue <a target='_blank' rel='noopener noreferrer'
href={`https://github.com/stolksdorf/naturalcrit/issues/new?body=${encodeURIComponent(errMsg)}`}>
here
</a>.
</div>