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:
@ -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'
|
||||
};
|
||||
|
Reference in New Issue
Block a user