Skip to content

Commit 89e9695

Browse files
committed
feat: add demo video link in section3; refs #50
1 parent 221e638 commit 89e9695

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/HomePageComponents/Section3.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ const Section3: React.FC<Section3Props> = ({ scrollToNext }) => {
142142
></iframe> */}
143143
<video controls style={{ width: "100%", borderRadius: "4px" }}>
144144
<source
145-
src={`${process.env.PUBLIC_URL}/video/tiger.mp4`}
145+
// src={`${process.env.PUBLIC_URL}/video/tiger.mp4`}
146+
src="https://neurojson.org/tutorials/overview/neurojsonio_volume_render_short.mp4"
146147
type="video/mp4"
147148
/>
148149
Your browser does not support the video tag.

0 commit comments

Comments
 (0)