fix: replace the "SVR.JS in action" thumbnail with one from Odysee video
This commit is contained in:
parent
e961bd557c
commit
37cf30272b
3 changed files with 2 additions and 17 deletions
|
@ -39,15 +39,9 @@ const DemoVideo = () => {
|
|||
<HeroVideoDialog
|
||||
animationStyle="top-in-bottom-out"
|
||||
videoSrc="https://odysee.com/$/embed/@SVRJS:5/svrjs-in-action:e?r=7t9EG6VDTNZDSze8ysoChqocLNhAMZEe"
|
||||
thumbnailSrc="/poster.svg"
|
||||
thumbnailAlt="Poster.svg"
|
||||
thumbnailSrc="/svrjs-in-action.png"
|
||||
thumbnailAlt="SVR.JS in action!"
|
||||
/>
|
||||
{/* <video
|
||||
src="/svgaction.mp4"
|
||||
className="rounded-xl aspect-video bg-[#09090b]"
|
||||
controls
|
||||
poster="/poster.svg"
|
||||
></video> */}
|
||||
<hr className="w-full h-1" />
|
||||
</section>
|
||||
);
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 176 KiB |
BIN
public/svrjs-in-action.png
Normal file
BIN
public/svrjs-in-action.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
Loading…
Reference in a new issue