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 (
-