Skip to content

Commit

Permalink
fix: course outline link
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Nov 23, 2023
1 parent 24548f2 commit 1fe7488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/header/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import messages from './messages';
export const getContentMenuItems = ({ studioBaseUrl, courseId, intl }) => {
const items = [
{
href: getPagePath(courseId, 'false', 'outline'),
href: getPagePath(courseId, 'false', 'course'),
title: intl.formatMessage(messages['header.links.outline']),
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const EntranceExam = ({
const courseOutlineDestination = getPagePath(
courseId,
'false',
'outline',
'course',
);

return (
Expand Down

0 comments on commit 1fe7488

Please sign in to comment.