Skip to content

Commit e030f7a

Browse files
committed
update video
1 parent ee237d2 commit e030f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CourseDetail.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function CourseDetail() {
2828
<img src={course.image} alt={course.title} className="img-fluid" />
2929
<p>{course.description}</p>
3030
<h4>Course Content:</h4>
31-
<YouTubeEmbed videoId='8lEsbcUSoU8' />
31+
<YouTubeEmbed videoId='C7bHn1ZZCXI' />
3232
<p>{formatContent(course.content)}</p>
3333
</div>
3434
);

0 commit comments

Comments
 (0)