Skip to content

Commit

Permalink
fix: remove -bash string from pricing strikeout (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 authored Dec 11, 2023
1 parent 1a795a0 commit 4eec3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/course/CourseSidebarPrice.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const CourseSidebarPrice = () => {
return (
<>
<div>
{crossedOutOriginalPrice} <strong>$0</strong>
{crossedOutOriginalPrice}
</div>
<span className="small">{ASSIGNED_COURSE_MESSAGE}</span>
</>
Expand Down

0 comments on commit 4eec3cc

Please sign in to comment.