Skip to content

Commit 42847e3

Browse files
committed
Removes reference to April 30 as end of free enrollment
1 parent a864f1f commit 42847e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src-ts/tools/learn/certification-details/certification-details-sidebar/CertificationDetailsSidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
128128
) : (
129129
<>
130130
<strong className={styles.freeLabel}>FREE</strong>
131-
<span className='body-main-bold'>&nbsp;enrollment ends on April 30th</span>
131+
<span className='body-main-bold'>&nbsp;enrollment for a limited time</span>
132132
</>
133133
)}
134134
</span>
@@ -157,7 +157,7 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
157157
styles.tag,
158158
completed
159159
? styles[
160-
`completed-${props.certification.certificationCategory.track.toLowerCase() || 'dev'}`
160+
`completed-${props.certification.certificationCategory.track.toLowerCase() || 'dev'}`
161161
]
162162
: styles.enrolled,
163163
)}

src-ts/tools/learn/certification-details/enrollment-page/enrollment-sidebar/EnrollmentSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const EnrollmentSidebar: FC<EnrollmentSidebarProps> = (props: EnrollmentSidebarP
166166
<div className={styles.noPaymentBanner}>
167167
<h3 className='details'>No payment required</h3>
168168
<div className='body-medium'>
169-
Free enrollment ends on April 30th.
169+
Free for a limited time.
170170
</div>
171171
</div>
172172
<Button

src-ts/tools/learn/welcome/tc-certifications/TCCertifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const TCCertifications: FC<TCCertificationsProps> = (props: TCCertificationsProp
5757
<div className={styles.freeBanner}>
5858
<strong className='body-large-bold'>FREE</strong>
5959
&nbsp;
60-
<span className='body-large'>enrollment ends on April 30th.</span>
60+
<span className='body-large'>enrollment for a limited time.</span>
6161
</div>
6262
)}
6363

0 commit comments

Comments
 (0)