Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualevitiello committed Mar 28, 2023
1 parent 5cc848c commit 2201318
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG.md

## [2.0.3] - 2023-03-28

Fix video

## [2.0.2] - 2023-03-28

Add self-hosted video
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/partials/HeroHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function HeroHome() {
<Modal id="modal" ariaLabel="modal-headline" show={videoModalOpen} handleClose={() => setVideoModalOpen(false)}>
<div className="relative pb-9/16">
<video ref={video} className="absolute w-full h-full" width="1920" height="1080" loop autoPlay controls>
<source src="../src/videos/video.mp4" type="video/mp4" />
<source src="/videos/video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
Expand Down

0 comments on commit 2201318

Please sign in to comment.