diff --git a/csm_web/frontend/src/components/course/SectionCard.tsx b/csm_web/frontend/src/components/course/SectionCard.tsx index e7dfc7c2..b28c2dae 100644 --- a/csm_web/frontend/src/components/course/SectionCard.tsx +++ b/csm_web/frontend/src/components/course/SectionCard.tsx @@ -90,13 +90,17 @@ export const SectionCard = ({ const iconWidth = "8em"; const iconHeight = "8em"; if (enrollmentSuccessful) { + const inlineIconWidth = "1.3em"; + const inlineIconHeight = "1.3em"; return (

Successfully enrolled

- - - +

To view and update your profile, click the button below

+ + + Profile +
); } @@ -168,7 +172,7 @@ export const SectionCard = ({ )}

- {mentor.name} + {mentor.name}

{`${numStudentsEnrolled}/${capacity}`}