Skip to content

Commit e8bd13a

Browse files
mathewdennis1abose
authored andcommitted
update: new-project video in the "no-project container"
This MR fixes #984 by updating the old video URL with the newer one
1 parent d768d60 commit e8bd13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/new-project/assets/js/code-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function _updateProjectCards() {
9191
if(!showRecentProjects){
9292
$("#recentProjectsContainer").addClass("forced-hidden");
9393
$("#noProjectContainer").removeClass("forced-hidden");
94-
let videoHtml = `<iframe id="noProjectIframe" style="align-items: center" src="https://www.youtube.com/embed/Nqukd9oU060" title="YouTube video player"
94+
let videoHtml = `<iframe id="noProjectIframe" style="align-items: center" src="https://www.youtube.com/embed/vtks0cus0hA" title="YouTube video player"
9595
frameBorder="0"
9696
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
9797
allowFullScreen></iframe>`;

0 commit comments

Comments
 (0)