diff --git a/app/components/CourseCard.tsx b/app/components/CourseCard.tsx index 6b02d1a..f88cbac 100644 --- a/app/components/CourseCard.tsx +++ b/app/components/CourseCard.tsx @@ -10,7 +10,7 @@ import { ContentType, RouteName } from "app/constants" import { AutoImage } from "./AutoImage" import { Button } from "./Button" -import { Progress } from "./Progress" +import CircularProgress from "./Progress" export interface CourseCardProps { /** an optional style override useful for padding & margin. */ @@ -41,10 +41,9 @@ export const CourseCard = observer(function CourseCard(props: CourseCardProps) { style={$image} /> - + - {/* TODO: Change this to a circular progress */} - +