mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): rename cert (#56694)
This commit is contained in:
@@ -26,7 +26,7 @@ export enum Certification {
|
||||
CollegeAlgebraPy = 'college-algebra-with-python-v8',
|
||||
FoundationalCSharp = 'foundational-c-sharp-with-microsoft',
|
||||
// Upcoming certifications
|
||||
FrontEndDevelopment = 'front-end-development-v9',
|
||||
FullStackDeveloper = 'full-stack-developer-v9',
|
||||
UpcomingPython = 'upcoming-python-v8',
|
||||
A2English = 'a2-english-for-developers-v8',
|
||||
B1English = 'b1-english-for-developers-v8',
|
||||
@@ -76,7 +76,7 @@ export const legacyFullStackCertification = [
|
||||
// "Upcoming" certifications are standard certifications that are not live unless
|
||||
// showUpcomingChanges is true.
|
||||
export const upcomingCertifications = [
|
||||
Certification.FrontEndDevelopment,
|
||||
Certification.FullStackDeveloper,
|
||||
Certification.UpcomingPython,
|
||||
Certification.A2English,
|
||||
Certification.B1English
|
||||
@@ -280,7 +280,7 @@ export const linkedInCredentialIds = {
|
||||
[Certification.RelationalDb]: 'rd',
|
||||
[Certification.CollegeAlgebraPy]: 'cawp',
|
||||
[Certification.FoundationalCSharp]: 'fcswm',
|
||||
[Certification.FrontEndDevelopment]: 'fed',
|
||||
[Certification.FullStackDeveloper]: 'fsd',
|
||||
[Certification.UpcomingPython]: 'up',
|
||||
[Certification.JsAlgoDataStructNew]: 'jaads',
|
||||
[Certification.A2English]: 'a2efd',
|
||||
|
||||
Reference in New Issue
Block a user