File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
components/HomePageComponents Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,6 @@ const Section3: React.FC<Section3Props> = ({ scrollToNext }) => {
115115 </ IconButton >
116116
117117 < video controls style = { { width : "100%" , borderRadius : "4px" } } >
118- { /* <source
119- src="https://neurojson.org/tutorials/overview/neurojsonio_volume_render_short.mp4"
120- type="video/mp4"
121- /> */ }
122118 < source
123119 src = "https://neurojson.io/video/preview_video.mp4"
124120 type = "video/mp4"
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ const AboutPage: React.FC = () => {
147147 style = { { maxHeight : "500px" , objectFit : "cover" } }
148148 >
149149 < source
150- src = { ` ${ process . env . PUBLIC_URL } /video/introduction_video.mp4` }
150+ src = "https://neurojson.io /video/introduction_video.mp4"
151151 type = "video/mp4"
152152 />
153153 Your browser does not support the video tag.
@@ -229,7 +229,7 @@ const AboutPage: React.FC = () => {
229229 style = { { maxHeight : "500px" , objectFit : "cover" } }
230230 >
231231 < source
232- src = { ` ${ process . env . PUBLIC_URL } /video/preview_video.mp4` }
232+ src = "https://neurojson.io /video/preview_video.mp4"
233233 type = "video/mp4"
234234 />
235235 Your browser does not support the video tag.
You can’t perform that action at this time.
0 commit comments