diff --git a/src/views/components/injected/CoursePopup/CoursePopupHeadingAndActions.tsx b/src/views/components/injected/CoursePopup/CoursePopupHeadingAndActions.tsx index b0b18812..6e7808e9 100644 --- a/src/views/components/injected/CoursePopup/CoursePopupHeadingAndActions.tsx +++ b/src/views/components/injected/CoursePopup/CoursePopupHeadingAndActions.tsx @@ -1,3 +1,7 @@ +import { Button } from '@views/components/common/Button/Button'; +import { Chip, flagMap } from '@views/components/common/Chip/Chip'; +import Divider from '@views/components/common/Divider/Divider'; +import Text from '@views/components/common/Text/Text'; import React from 'react'; import addCourse from 'src/pages/background/lib/addCourse'; import openNewTab from 'src/pages/background/util/openNewTab'; @@ -10,10 +14,6 @@ import Copy from '~icons/material-symbols/content-copy'; import Description from '~icons/material-symbols/description'; import Mood from '~icons/material-symbols/mood'; import Reviews from '~icons/material-symbols/reviews'; -import { Button } from '../../common/Button/Button'; -import { Chip, flagMap } from '../../common/Chip/Chip'; -import Divider from '../../common/Divider/Divider'; -import Text from '../../common/Text/Text'; interface CourseHeadingAndActionsProps { /* The course to display */ @@ -55,7 +55,7 @@ const CourseHeadingAndActions = ({ course, onClose, activeSchedule }: CourseHead }; const handleOpenCES = () => { - // TODO: not implemented + // TODO (achadaga): not implemented }; const handleOpenPastSyllabi = async () => { @@ -87,7 +87,7 @@ const CourseHeadingAndActions = ({ course, onClose, activeSchedule }: CourseHead
- + with {instructorString}
@@ -114,7 +114,7 @@ const CourseHeadingAndActions = ({ course, onClose, activeSchedule }: CourseHead
- {/* TODO: make this open the calendar page */} + {/* TODO (achadaga): make this open the calendar page */}