We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee237d2 commit e030f7aCopy full SHA for e030f7a
src/components/CourseDetail.jsx
@@ -28,7 +28,7 @@ function CourseDetail() {
28
<img src={course.image} alt={course.title} className="img-fluid" />
29
<p>{course.description}</p>
30
<h4>Course Content:</h4>
31
- <YouTubeEmbed videoId='8lEsbcUSoU8' />
+ <YouTubeEmbed videoId='C7bHn1ZZCXI' />
32
<p>{formatContent(course.content)}</p>
33
</div>
34
);
0 commit comments