Skip to content

TCA-1037 & TCA-1038 #527

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 2 commits into from
Feb 23, 2023
Merged
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
8 changes: 4 additions & 4 deletions src-ts/tools/learn/welcome/what-tca-cando/WhatTCACanDo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ const WhatTCACanDo: FC = () => {
<h3 className='details'>Certifications</h3>
</div>
<p>
With our certification program, take advantage of our
progress tracking tools and access to future assessments.
Earn certifications to increase your earning opportunities inside and out of Topcoder.
</p>
</div>

Expand All @@ -62,8 +61,9 @@ const WhatTCACanDo: FC = () => {
<h3 className='details'>Courses</h3>
</div>
<p>
Our catalog of courses is growing! We currently offer 11
free courses and plan on adding more in the future.
Our catalog of courses is growing! We currently offer 11 free courses
covering data science,web development, coding interview prep,
information security, and quality assurance.
</p>
</div>
</div>
Expand Down