We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221e638 commit 89e9695Copy full SHA for 89e9695
src/components/HomePageComponents/Section3.tsx
@@ -142,7 +142,8 @@ const Section3: React.FC<Section3Props> = ({ scrollToNext }) => {
142
></iframe> */}
143
<video controls style={{ width: "100%", borderRadius: "4px" }}>
144
<source
145
- src={`${process.env.PUBLIC_URL}/video/tiger.mp4`}
+ // src={`${process.env.PUBLIC_URL}/video/tiger.mp4`}
146
+ src="https://neurojson.org/tutorials/overview/neurojsonio_volume_render_short.mp4"
147
type="video/mp4"
148
/>
149
Your browser does not support the video tag.
0 commit comments