Skip to content

Commit

Permalink
feat: refactor after review
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavkeblysh authored and GlugovGrGlib committed Apr 30, 2024
1 parent 8bcba5e commit 7648801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textbooks/hooks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const useTextbooks = (courseId) => {
},
{
label: '',
href: `/course/${courseId}/pages-and-resources/textbooks`,
href: `/course/${courseId}/textbooks`,
},
];

Expand Down

0 comments on commit 7648801

Please sign in to comment.