mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-28 05:01:24 -05:00
* 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>
7 lines
210 B
JavaScript
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'
|
|
};
|