Skip to content

Commit

Permalink
refactor: removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerSenior authored and jtucholski committed Sep 5, 2024
1 parent 045c427 commit e066cd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/Components/CatalogCourseCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ export default function CatalogCourseCard({
<p className="body-small line-clamp-2">
{course.description}
</p>
{/*<div className="flex flex-col sm:flex-row flex-wrap py-1 mt-2 gap-2">*/}
{/* {programPill} {outcomePills}*/}
{/*</div>*/}
<div className="flex flex-col sm:flex-row flex-wrap py-1 mt-2 space-y-2 sm:space-y-0 sm:gap-2">
{programPill} {outcomePills}
</div>
Expand Down

0 comments on commit e066cd1

Please sign in to comment.