diff --git a/src/views/components/common/InfoCard/InfoCard.tsx b/src/views/components/common/InfoCard/InfoCard.tsx index 352648b9b..8ee69d5dc 100644 --- a/src/views/components/common/InfoCard/InfoCard.tsx +++ b/src/views/components/common/InfoCard/InfoCard.tsx @@ -15,39 +15,26 @@ export function InfoCard({ bodyText }: React.PropsWithChildren): JSX.Element { return ( -
-
- - {titleText} - - - {bodyText} - - +
+ + {titleText} + + + {bodyText} + +
); } diff --git a/src/views/components/common/ScheduleTotalHoursAndCourses/ScheduleTotalHoursAndCourses.tsx b/src/views/components/common/ScheduleTotalHoursAndCourses/ScheduleTotalHoursAndCourses.tsx index a63e348ac..72d7782aa 100644 --- a/src/views/components/common/ScheduleTotalHoursAndCourses/ScheduleTotalHoursAndCourses.tsx +++ b/src/views/components/common/ScheduleTotalHoursAndCourses/ScheduleTotalHoursAndCourses.tsx @@ -17,7 +17,7 @@ export interface ScheduleTotalHoursAndCoursesProps { */ export default function ScheduleTotalHoursAndCoursess({ scheduleName, totalHours, totalCourses }: ScheduleTotalHoursAndCoursesProps): JSX.Element { return ( -
+
{`${totalHours} HOURS`}