Skip to content

Commit 5937e43

Browse files
fix chapter url
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent 03aa399 commit 5937e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Learn-Layer5/Course-Overview

src/sections/Learn-Layer5/Course-Overview/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const CourseOverview = ({ course, chapters, serviceMeshesList, children }) => {
118118
return (
119119
<Link
120120
key={index}
121-
to={chapterNode ? "/${chapterNode.fields.slug}" : "#"}
121+
to={chapterNode ? `/${chapterNode.fields.slug}` : "#"}
122122
className="chapter-link"
123123
>
124124
<ChapterCard

0 commit comments

Comments
 (0)