mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(client): add beta back to a2-english (#64368)
This commit is contained in:
@@ -1394,7 +1394,7 @@
|
||||
}
|
||||
},
|
||||
"a2-english-for-developers": {
|
||||
"title": "A2 English for Developers Certification",
|
||||
"title": "A2 English for Developers Certification (Beta)",
|
||||
"intro": [
|
||||
"In this English for Developers Curriculum, you'll learn the essentials of English communication. This will follow the A2 level of the Common European Framework of Reference (CEFR). And we've focused on vocabulary that is particularly useful for developers.",
|
||||
"The first half of the curriculum will help you get comfortable with English grammar and usage. It will give you tons of hands-on practice. You'll learn basics like introducing yourself, making small talk, and discussing your work.",
|
||||
|
||||
@@ -1229,7 +1229,7 @@
|
||||
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft",
|
||||
"foundational-c-sharp-with-microsoft-cert": "Foundational C# with Microsoft Certification",
|
||||
"a2-english-for-developers": "A2 English for Developers",
|
||||
"a2-english-for-developers-cert": "A2 English for Developers Certification",
|
||||
"a2-english-for-developers-cert": "A2 English for Developers Certification (Beta)",
|
||||
"b1-english-for-developers": "B1 English for Developers",
|
||||
"b1-english-for-developers-cert": "B1 English for Developers Certification",
|
||||
"responsive-web-design-v9": "Responsive Web Design",
|
||||
|
||||
@@ -56,7 +56,7 @@ export const getCertifications = (user: User) => {
|
||||
currentCerts: [
|
||||
{
|
||||
show: isA2EnglishCert,
|
||||
title: 'A2 English for Developers Certification',
|
||||
title: 'A2 English for Developers Certification (Beta)',
|
||||
certSlug: Certification.A2English
|
||||
},
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ export const ConditionalDonationAlert = ({
|
||||
}: ConditionalDonationAlertProps): JSX.Element | null => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const betaCertifications: SuperBlocks[] = [];
|
||||
const betaCertifications: SuperBlocks[] = [SuperBlocks.A2English];
|
||||
|
||||
const unfinishedCertifications = [
|
||||
SuperBlocks.B1English,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
id: 651dd7e01d697d0aab7833b7
|
||||
title: A2 English for Developers Certification
|
||||
title: A2 English for Developers Certification (Beta)
|
||||
certification: a2-english-for-developers
|
||||
challengeType: 7
|
||||
tests:
|
||||
|
||||
@@ -36,7 +36,7 @@ const LANDING_PAGE_LINKS = [
|
||||
},
|
||||
{
|
||||
slug: 'a2-english-for-developers',
|
||||
name: 'A2 English for Developers Certification'
|
||||
name: 'A2 English for Developers Certification (Beta)'
|
||||
},
|
||||
{
|
||||
slug: 'b1-english-for-developers',
|
||||
|
||||
Reference in New Issue
Block a user