Skip to content

Commit

Permalink
fix: change showcase video url
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Dec 27, 2023
1 parent af3f311 commit cfc0359
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/src/lib/components/VideoModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class='modal-content w-three-quarter h-full bg-transparent d-flex justify-content-center flex-column'>
<button class='close pointer z-30 top-20 right-0 position-absolute' type='button' on:click={close}> &times; </button>
<!-- eslint-disable-next-line svelte/valid-compile -->
<video src='/showcase.mp4' controls class='border rounded overflow-hidden' />
<video src='https://raw.githubusercontent.com/ThaUnknown/miru/master/docs/showcase.mp4' controls class='border rounded overflow-hidden' />
</div>
</div>
</div>
Expand Down

0 comments on commit cfc0359

Please sign in to comment.