fix(client):remove hyperlink from flash message (#38429)

* fix(client):remove hyperlink from flash message

* Use full URL

Co-Authored-By: mrugesh <1884376+raisedadead@users.noreply.github.com>

Co-authored-by: mrugesh <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Jacob Robinson 2020-03-24 09:31:48 -07:00 committed by GitHub
parent 4e3d35d487
commit 49efb02528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,5 @@ export default {
type: 'danger',
message:
'Something really weird happened, if it happens again, please consider ' +
"raising an issue on <a href='https://github.com/freeCodeCamp" +
"/freeCodeCamp/issues/new' target='_blank' rel='nofollow " +
"noreferrer'>GitHub</a>."
'raising an issue on https://github.com/freeCodeCamp/freeCodeCamp/issues/new'
};