Commit 2201318 1 parent 5cc848c commit 2201318 Copy full SHA for 2201318
File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG.md
2
2
3
+ ## [ 2.0.3] - 2023-03-28
4
+
5
+ Fix video
6
+
3
7
## [ 2.0.2] - 2023-03-28
4
8
5
9
Add self-hosted video
File renamed without changes.
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function HeroHome() {
99
99
< Modal id = "modal" ariaLabel = "modal-headline" show = { videoModalOpen } handleClose = { ( ) => setVideoModalOpen ( false ) } >
100
100
< div className = "relative pb-9/16" >
101
101
< 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" />
103
103
Your browser does not support the video tag.
104
104
</ video >
105
105
</ div >
You can’t perform that action at this time.
0 commit comments