Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharth-b committed Nov 6, 2023
1 parent af7da8d commit 507f24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Instructor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function Instructor({
? {
icon: faGraduationCap,
tooltip: 'View Instructor Ratings',
href: `http://www.ratemyprofessors.com/search.jsp?queryBy=teacherName&schoolName=Georgia+Institute+of+Technology&query=${encodeURIComponent(
href: `http://www.ratemyprofessors.com/search/professors/361?q=${encodeURIComponent(
simplifyName(name)
)}`,
id: `${simplifyName(name, '-').toLowerCase()}-rmp`,
Expand Down

0 comments on commit 507f24f

Please sign in to comment.