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
128128 ) : (
129129 < >
130130 < 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 >
132132 </ >
133133 ) }
134134 </ span >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments