revert(curriculum): add 3 more certs to Chinese curriculum (#41513)

This reverts commit 217bc10160.
This commit is contained in:
Mrugesh Mohapatra
2021-03-17 18:54:25 +05:30
committed by GitHub
parent b8ddfc08b3
commit 5c7e4f4dd1

View File

@ -11,12 +11,7 @@
const auditedCerts = { const auditedCerts = {
espanol: ['responsive-web-design'], espanol: ['responsive-web-design'],
chinese: [ chinese: ['responsive-web-design']
'responsive-web-design',
'javascript-algorithms-and-data-structures',
'front-end-libraries',
'data-visualization'
]
}; };
function isAuditedCert(lang, cert) { function isAuditedCert(lang, cert) {