File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ const AboutPage: React.FC = () => {
4949 ref : downloadVideoRef ,
5050 } ,
5151 {
52- src : "download .png" ,
53- alt : "download icon" ,
54- tip : "Download tutotial video" ,
55- video : "download_video .mp4" ,
52+ src : "convert .png" ,
53+ alt : "convert icon" ,
54+ tip : "Convert tutotial video" ,
55+ video : "convert .mp4" ,
5656 ref : convertVideoRef ,
5757 } ,
5858 ] ;
@@ -372,7 +372,7 @@ const AboutPage: React.FC = () => {
372372 < Grid item xs = { 12 } sm = { 6 } ref = { convertVideoRef } >
373373 < TutorialVideoItem
374374 title = "Convert tutorial"
375- videoUrl = "https://neurojson.io/io/download/static/videos/search_video .mp4"
375+ videoUrl = "https://neurojson.io/io/download/static/videos/convert .mp4"
376376 />
377377 </ Grid >
378378 </ Grid >
You can’t perform that action at this time.
0 commit comments