Skip to content

Commit

Permalink
fix: correct catalog course card
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerSenior committed Sep 3, 2024
1 parent 192fe27 commit 90254f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/src/Components/CatalogCourseCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,11 @@ 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 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>
</div>
</a>
Expand Down

0 comments on commit 90254f5

Please sign in to comment.