File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
welcome/tc-certifications Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
9999 < IconSolid . CurrencyDollarIcon />
100100 </ span >
101101 < span className = 'quote-main' >
102+ < span className = 'strike' > $20 </ span >
102103 < strong className = { styles . freeLabel } > FREE</ strong >
103- < span className = 'body-main-bold' > until April 30 </ span >
104- < span className = 'strike' > $20</ span >
104+ < span className = 'body-main-bold' > enrollment ends on April 30th</ span >
105105 </ span >
106106 </ li >
107107 ) }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const EnrollmentSidebar: FC<EnrollmentSidebarProps> = (props: EnrollmentSidebarP
2121 < div className = { styles . noPaymentBanner } >
2222 < h3 className = 'details' > No payment required</ h3 >
2323 < div className = 'body-medium' >
24- Enroll until April 30 with no cost .
24+ Free enrollment ends on April 30th .
2525 </ div >
2626 </ div >
2727 < Button
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ const TCCertifications: FC<TCCertificationsProps> = (props: TCCertificationsProp
5151 </ p >
5252 </ div >
5353 < div className = { styles . freeBanner } >
54- < strong className = 'body-large-bold' > FREE! </ strong >
54+ < strong className = 'body-large-bold' > FREE</ strong >
5555
56- < span className = 'body-large' > Certifications are free until April 30th.</ span >
56+ < span className = 'body-large' > enrollment ends on April 30th.</ span >
5757 </ div >
5858
5959 < div className = { styles . certsList } >
You can’t perform that action at this time.
0 commit comments