fix: replace the "SVR.JS in action" thumbnail with one from Odysee video

This commit is contained in:
Dorian Niemiec 2024-09-07 11:15:33 +02:00
parent e961bd557c
commit 37cf30272b
3 changed files with 2 additions and 17 deletions

View file

@ -39,15 +39,9 @@ const DemoVideo = () => {
<HeroVideoDialog <HeroVideoDialog
animationStyle="top-in-bottom-out" animationStyle="top-in-bottom-out"
videoSrc="https://odysee.com/$/embed/@SVRJS:5/svrjs-in-action:e?r=7t9EG6VDTNZDSze8ysoChqocLNhAMZEe" videoSrc="https://odysee.com/$/embed/@SVRJS:5/svrjs-in-action:e?r=7t9EG6VDTNZDSze8ysoChqocLNhAMZEe"
thumbnailSrc="/poster.svg" thumbnailSrc="/svrjs-in-action.png"
thumbnailAlt="Poster.svg" 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" /> <hr className="w-full h-1" />
</section> </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

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB