Skip to content

Commit

Permalink
fix: course search page url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JodyBaileyy committed Jul 11, 2023
1 parent ab3387f commit 85e98ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ProductCardHeader = ({ courseType }) => {
return {
heading: messages.courseHeading,
description: messages.courseDescription,
url: '/search?tab=course?linked_from=recommender',
url: '/search?tab=course',
};
}
}
Expand Down

0 comments on commit 85e98ab

Please sign in to comment.