We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682d510 commit dc4e519Copy full SHA for dc4e519
1 file changed
my-app/src/views/Components/CoursePagePopup.jsx
@@ -59,8 +59,8 @@ function CoursePagePopup({
59
rel="noopener noreferrer"
60
className="hover:text-violet-600 transition-colors duration-300"
61
>
62
- <span className="text-violet-700 hover:text-violet-950 transition-colors duration-300">{course.code}</span>
63
- - {' '}
+ <span className="text-violet-700 ">{course.code}</span>
+ {' '}- {' '}
64
{course.name}
65
</a>
66
<span className="ml-4 text-lg text-violet-700 whitespace-nowrap">
0 commit comments