Skip to content

Commit

Permalink
feat: new update video
Browse files Browse the repository at this point in the history
  • Loading branch information
SethBurkart123 committed Nov 15, 2024
1 parent 14648b7 commit cca59eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SEQTA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export function OpenWhatsNewPopup() {
let video = document.createElement('video')
let source = document.createElement('source')
// Perhaps we host this on a server and then grab it instead of having it locally?
source.setAttribute('src', 'https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.webm')
source.setAttribute('src', 'https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.mp4')
video.autoplay = true
video.muted = true
video.loop = true
Expand Down
Binary file added src/resources/update-video.mp4
Binary file not shown.

0 comments on commit cca59eb

Please sign in to comment.