Skip to content

Commit 73b301f

Browse files
committed
feat: add convert icon and video in about page
1 parent 0e0ed3e commit 73b301f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

public/img/about_page/convert.png

15 KB
Loading

src/pages/AboutPage.tsx

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

0 commit comments

Comments
 (0)