File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
welcome/tc-certifications Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
128
128
) : (
129
129
< >
130
130
< strong className = { styles . freeLabel } > FREE</ strong >
131
- < span className = 'body-main-bold' > enrollment ends on April 30th </ span >
131
+ < span className = 'body-main-bold' > enrollment for a limited time </ span >
132
132
</ >
133
133
) }
134
134
</ span >
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ const EnrollmentSidebar: FC<EnrollmentSidebarProps> = (props: EnrollmentSidebarP
166
166
< div className = { styles . noPaymentBanner } >
167
167
< h3 className = 'details' > No payment required</ h3 >
168
168
< div className = 'body-medium' >
169
- Free enrollment ends on April 30th .
169
+ Free for a limited time .
170
170
</ div >
171
171
</ div >
172
172
< Button
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const TCCertifications: FC<TCCertificationsProps> = (props: TCCertificationsProp
57
57
< div className = { styles . freeBanner } >
58
58
< strong className = 'body-large-bold' > FREE</ strong >
59
59
60
- < span className = 'body-large' > enrollment ends on April 30th .</ span >
60
+ < span className = 'body-large' > enrollment for a limited time .</ span >
61
61
</ div >
62
62
) }
63
63
You can’t perform that action at this time.
0 commit comments