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
99
99
< IconSolid . CurrencyDollarIcon />
100
100
</ span >
101
101
< span className = 'quote-main' >
102
+ < span className = 'strike' > $20 </ span >
102
103
< 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 >
105
105
</ span >
106
106
</ li >
107
107
) }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const EnrollmentSidebar: FC<EnrollmentSidebarProps> = (props: EnrollmentSidebarP
21
21
< div className = { styles . noPaymentBanner } >
22
22
< h3 className = 'details' > No payment required</ h3 >
23
23
< div className = 'body-medium' >
24
- Enroll until April 30 with no cost .
24
+ Free enrollment ends on April 30th .
25
25
</ div >
26
26
</ div >
27
27
< Button
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ const TCCertifications: FC<TCCertificationsProps> = (props: TCCertificationsProp
51
51
</ p >
52
52
</ div >
53
53
< div className = { styles . freeBanner } >
54
- < strong className = 'body-large-bold' > FREE! </ strong >
54
+ < strong className = 'body-large-bold' > FREE</ strong >
55
55
56
- < span className = 'body-large' > Certifications are free until April 30th.</ span >
56
+ < span className = 'body-large' > enrollment ends on April 30th.</ span >
57
57
</ div >
58
58
59
59
< div className = { styles . certsList } >
You can’t perform that action at this time.
0 commit comments