Skip to content

Commit

Permalink
update video
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdenepal committed Sep 22, 2024
1 parent ee237d2 commit e030f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CourseDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function CourseDetail() {
<img src={course.image} alt={course.title} className="img-fluid" />
<p>{course.description}</p>
<h4>Course Content:</h4>
<YouTubeEmbed videoId='8lEsbcUSoU8' />
<YouTubeEmbed videoId='C7bHn1ZZCXI' />
<p>{formatContent(course.content)}</p>
</div>
);
Expand Down

0 comments on commit e030f7a

Please sign in to comment.