Skip to content

Commit

Permalink
Fix YouTube URL Link in vertical timeline component
Browse files Browse the repository at this point in the history
  • Loading branch information
bnubald committed Jan 8, 2025
1 parent 8772c64 commit 7689c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/VerticalTimeline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function VerticalTimelineComponent(timelineData) {
<br></br>
{item.youtube && (
<a
href={'https://www.youtube-nocookie.com/' + item.youtube}
href={'https://www.youtube.com/watch?v=' + item.youtube}
target="_blank"
type="button"
className={buttonClass}
Expand Down

0 comments on commit 7689c8a

Please sign in to comment.