Files
freeCodeCamp/client/src/utils/reallyWeirdErrorMessage.js
Jacob Robinson 49efb02528 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>
2020-03-24 17:31:48 +01:00

7 lines
210 B
JavaScript

export default {
type: 'danger',
message:
'Something really weird happened, if it happens again, please consider ' +
'raising an issue on https://github.com/freeCodeCamp/freeCodeCamp/issues/new'
};