We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0ed3e commit 73b301fCopy full SHA for 73b301f
2 files changed
public/img/about_page/convert.png
15 KB
src/pages/AboutPage.tsx
@@ -49,10 +49,10 @@ const AboutPage: React.FC = () => {
49
ref: downloadVideoRef,
50
},
51
{
52
- src: "download.png",
53
- alt: "download icon",
54
- tip: "Download tutotial video",
55
- video: "download_video.mp4",
+ src: "convert.png",
+ alt: "convert icon",
+ tip: "Convert tutotial video",
+ video: "convert.mp4",
56
ref: convertVideoRef,
57
58
];
@@ -372,7 +372,7 @@ const AboutPage: React.FC = () => {
372
<Grid item xs={12} sm={6} ref={convertVideoRef}>
373
<TutorialVideoItem
374
title="Convert tutorial"
375
- videoUrl="https://neurojson.io/io/download/static/videos/search_video.mp4"
+ videoUrl="https://neurojson.io/io/download/static/videos/convert.mp4"
376
/>
377
</Grid>
378
0 commit comments