mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-20 03:02:02 -05:00
9 lines
292 B
JavaScript
9 lines
292 B
JavaScript
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>."
|
|
};
|