Skip to content

Commit 684cd67

Browse files
committed
update the video url in home page and about page
1 parent 2c3bd3e commit 684cd67

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/components/HomePageComponents/Section3.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

src/pages/AboutPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)