updated tutorial

This commit is contained in:
Kyle
2021-08-12 13:10:17 -07:00
parent 23328cbbd7
commit fc2acb1bf7
2 changed files with 8 additions and 5 deletions

View File

@@ -1802,7 +1802,7 @@ function uploadSavedCards(event) {
function loadTutorialVideo() {
var video = document.querySelector('.video > iframe');
if (video.src == '') {
video.src = 'https://www.youtube-nocookie.com/embed/UrNk6I55S0Q?rel=0';
video.src = 'https://www.youtube-nocookie.com/embed/e4tnOiub41g?rel=0';
}
}
// GUIDELINES