Skip to content

Commit

Permalink
feat: rerouted directory to syllabus when click on professor name (#211)
Browse files Browse the repository at this point in the history
* feat: testing names

* feat: rerouted instructor on click from directory to syllabus

* feat: removed number requirement

* fix: removed department
  • Loading branch information
DereC4 authored May 23, 2024
1 parent 40ef92b commit 8959e0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function HeadingAndActions({ course, activeSchedule, onClose }: H
<Link
key={instructor.fullName}
variant='h4'
href={instructor.getDirectoryUrl()}
href={`https://utdirect.utexas.edu/apps/student/coursedocs/nlogon/?year=&semester=&course_title=&unique=&instructor_first=${instructor.firstName}&instructor_last=${instructor.lastName}&course_type=In+Residence&search=Search`}
className='link'
>
{getInstructorFullName(instructor)}
Expand Down

0 comments on commit 8959e0d

Please sign in to comment.