Skip to content

TCA-1152 HOTFIX update free promotion copy -> master #565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
<IconSolid.CurrencyDollarIcon />
</span>
<span className='quote-main'>
<span className='strike'>$20&nbsp;</span>
<strong className={styles.freeLabel}>FREE</strong>
<span className='body-main-bold'>&nbsp;until April 30&nbsp;</span>
<span className='strike'>$20</span>
<span className='body-main-bold'>&nbsp;enrollment ends on April 30th</span>
</span>
</li>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const EnrollmentSidebar: FC<EnrollmentSidebarProps> = (props: EnrollmentSidebarP
<div className={styles.noPaymentBanner}>
<h3 className='details'>No payment required</h3>
<div className='body-medium'>
Enroll until April 30 with no cost.
Free enrollment ends on April 30th.
</div>
</div>
<Button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ const TCCertifications: FC<TCCertificationsProps> = (props: TCCertificationsProp
</p>
</div>
<div className={styles.freeBanner}>
<strong className='body-large-bold'>FREE!</strong>
<strong className='body-large-bold'>FREE</strong>
&nbsp;
<span className='body-large'>Certifications are free until April 30th.</span>
<span className='body-large'>enrollment ends on April 30th.</span>
</div>

<div className={styles.certsList}>
Expand Down