Skip to content

Commit

Permalink
Updated prereq warning to direct users to Transfer Credits menu (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Sep 20, 2023
1 parent 4fe138b commit bb281e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/src/pages/RoadmapPage/Course.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ const Course: FC<CourseProps> = (props) => {

const WarningPopover = <Popover id={'warning-popover-' + id}>
<Popover.Content>
Prerequisite not met! Missing: {requiredCourses?.join(', ')}
Prerequisite(s) not met! Missing: {requiredCourses?.join(', ')}
<br />
Already completed prerequisite(s) at another institution? Click 'Transfer Credits' at the top of the planner to clear the prerequisite(s).
</Popover.Content>
</Popover>

Expand Down

0 comments on commit bb281e7

Please sign in to comment.