+
Introducing Topcoder Certifications
We are happy to release Topcoder Certifications! Take advantage
of our pilot Certification program. Click on a certification below to learn more.
-
- FREE
-
- enrollment ends on April 30th.
-
+ {!tcaCertMonetization && (
+
+ FREE
+
+ enrollment ends on April 30th.
+
+ )}
{
diff --git a/src-ts/tools/learn/welcome/tc-certifications/cert-card/TCCertCard.tsx b/src-ts/tools/learn/welcome/tc-certifications/cert-card/TCCertCard.tsx
index eac1aefe2..6546b0d98 100644
--- a/src-ts/tools/learn/welcome/tc-certifications/cert-card/TCCertCard.tsx
+++ b/src-ts/tools/learn/welcome/tc-certifications/cert-card/TCCertCard.tsx
@@ -1,6 +1,7 @@
import { FC, memo, ReactNode } from 'react'
import classNames from 'classnames'
+import { getTCACertificationPath, getTCAUserCertificationUrl } from '../../../learn.routes'
import { Button, ButtonStyle, IconSolid, ProgressBar } from '../../../../../lib'
import {
CertificateBadgeIcon,
@@ -12,7 +13,7 @@ import {
TCACertificationProgress,
TCACertificationProviderBase,
} from '../../../learn-lib'
-import { getTCACertificationPath, getTCAUserCertificationUrl } from '../../../learn.routes'
+import { EnvironmentConfig } from '../../../../../config'
import styles from './TCCertCard.module.scss'
@@ -84,13 +85,6 @@ const TCCertCard: FC = (props: TCCertCardProps) => {
- {/* TODO: Uncomment this when paid certs come to prod! */}
- {/*
-
-
- {' One time payment'}
-
-
*/}