Skip to content

Commit

Permalink
chore: add wemb Demo video
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Nov 20, 2024
1 parent fbf18bc commit 09d6cd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added public/videos/Wallet/wallet-hero-video.webm
Binary file not shown.
1 change: 1 addition & 0 deletions src/components/Wallet/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const Hero = ({
</div>

<video ref={videoRef} controls={isPlaying} poster={image?.src} className={css.video}>
<source src="/videos/Wallet/wallet-hero-video.webm" type="video/webm" />
<source src="/videos/Wallet/wallet-hero-video.mp4" type="video/mp4" />
</video>
</div>
Expand Down

0 comments on commit 09d6cd5

Please sign in to comment.