feat(certs): Convert certification views to gatsby
This commit is contained in:
committed by
mrugesh mohapatra
parent
dc00eb8555
commit
77a4452437
8
client/src/utils/reallyWeirdErrorMessage.js
Normal file
8
client/src/utils/reallyWeirdErrorMessage.js
Normal file
@@ -0,0 +1,8 @@
|
||||
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>."
|
||||
};
|
||||
Reference in New Issue
Block a user