Skip to content

Commit

Permalink
2846 Course About: Replace Free with Free to Learn (#2125)
Browse files Browse the repository at this point in the history
* Free to learn from free

* Update program info box

* format
  • Loading branch information
collinpreston authored Mar 12, 2024
1 parent 78d9f2e commit 42fab95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/public/src/components/CourseInfoBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default class CourseInfoBox extends React.PureComponent<CourseInfoBoxProp
<img src="/static/images/products/cost.png" alt="Cost" />
</div>
<div className="enrollment-info-text">
<b>Free</b>
<b>Free to Learn</b>
</div>
</div>
<div className="row d-flex align-items-top course-certificate-message">
Expand Down
4 changes: 3 additions & 1 deletion frontend/public/src/components/ProgramInfoBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ export default class ProgramInfoBox extends React.PureComponent<ProgramInfoBoxPr
<div className="enrollment-info-icon">
<img src="/static/images/products/cost.png" alt="Cost" />
</div>
<div className="enrollment-info-text font-weight-bold">Free</div>
<div className="enrollment-info-text font-weight-bold">
Free to Learn
</div>
</div>
<div className="row d-flex align-items-top">
<div className="enrollment-info-icon">
Expand Down

0 comments on commit 42fab95

Please sign in to comment.