Skip to content

Commit 2201318

Browse files
2.0.3
1 parent 5cc848c commit 2201318

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG.md
22

3+
## [2.0.3] - 2023-03-28
4+
5+
Fix video
6+
37
## [2.0.2] - 2023-03-28
48

59
Add self-hosted video
File renamed without changes.

src/partials/HeroHome.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function HeroHome() {
9999
<Modal id="modal" ariaLabel="modal-headline" show={videoModalOpen} handleClose={() => setVideoModalOpen(false)}>
100100
<div className="relative pb-9/16">
101101
<video ref={video} className="absolute w-full h-full" width="1920" height="1080" loop autoPlay controls>
102-
<source src="../src/videos/video.mp4" type="video/mp4" />
102+
<source src="/videos/video.mp4" type="video/mp4" />
103103
Your browser does not support the video tag.
104104
</video>
105105
</div>

0 commit comments

Comments
 (0)