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',
|
type: 'danger',
|
||||||
message:
|
message:
|
||||||
'Something really weird happened, if it happens again, please consider ' +
|
'Something really weird happened, if it happens again, please consider ' +
|
||||||
"raising an issue on <a href='https://github.com/freeCodeCamp" +
|
'raising an issue on https://github.com/freeCodeCamp/freeCodeCamp/issues/new'
|
||||||
"/freeCodeCamp/issues/new' target='_blank' rel='nofollow " +
|
|
||||||
"noreferrer'>GitHub</a>."
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user