Skip to content

Commit 24036ec

Browse files
authored
Merge pull request #565 from topcoder-platform/TCA-1152_HOTFIX_update-free-promotion-copy
TCA-1152 HOTFIX update free promotion copy -> master
2 parents 7306bbf + 7f9c2e6 commit 24036ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
@@ -99,9 +99,9 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
9999
<IconSolid.CurrencyDollarIcon />
100100
</span>
101101
<span className='quote-main'>
102+
<span className='strike'>$20&nbsp;</span>
102103
<strong className={styles.freeLabel}>FREE</strong>
103-
<span className='body-main-bold'>&nbsp;until April 30&nbsp;</span>
104-
<span className='strike'>$20</span>
104+
<span className='body-main-bold'>&nbsp;enrollment ends on April 30th</span>
105105
</span>
106106
</li>
107107
)}

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
@@ -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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
&nbsp;
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}>

0 commit comments

Comments
 (0)