Skip to content

Commit

Permalink
change modal page display
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiViv committed Oct 10, 2024
1 parent 8c471f2 commit d0170c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Modal = ({ CoursePlan, open, close }) => (
<li key={course.number}>
<strong>{course.term} CS {course.number}: {course.title}</strong>
<br/>
{course.meets}
<i>Time:</i> {course.meets}
</li>
))}
</ul>
Expand Down

0 comments on commit d0170c4

Please sign in to comment.