Skip to content

Commit

Permalink
Update changelog-index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ranic authored May 16, 2024
1 parent dff61ca commit 16758bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/changelog-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const renderMedia = (page) => {
embedURL = `https://www.youtube.com/embed/${videoId}`;
} else if (videoURL.includes("loom.com")) {
const videoId = videoURL.split('/').pop();
embedURL = `https://www.loom.com/embed/${videoId}`;
embedURL = `https://www.loom.com/embed/${videoId}?hideEmbedTopBar=true`;
}

return (
Expand Down

0 comments on commit 16758bb

Please sign in to comment.