mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-13 04:50:31 +00:00
fix: change showcase video url
This commit is contained in:
parent
af3f311232
commit
cfc03593fa
2 changed files with 1 additions and 1 deletions
|
|
@ -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}> × </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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue