Skip to content

Commit af01303

Browse files
committed
feat: update the atlas img in section3
1 parent fc9a0ec commit af01303

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

public/img/section3/altlas.png

-66 KB
Binary file not shown.

public/img/section3/atlas.png

65.2 KB
Loading

src/components/HomePageComponents/Section3.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ const tiles: Tile[] = [
2626
video: "https://neurojson.io/io/download/static/videos/preview_fnirs.mp4",
2727
},
2828
{
29-
src: `${process.env.PUBLIC_URL}/img/section3/altlas.png`,
30-
// src: "/img/section3/altlas.png",
31-
alt: "altlas",
32-
video: "https://neurojson.io/io/download/static/videos/preview_altlas.mp4",
29+
src: `${process.env.PUBLIC_URL}/img/section3/atlas.png`,
30+
// src: "/img/section3/atlas.png",
31+
alt: "atlas",
32+
video: "https://neurojson.io/io/download/static/videos/preview_atlas.mp4",
3333
},
3434
{
3535
src: `${process.env.PUBLIC_URL}/img/section3/mri.png`,

0 commit comments

Comments
 (0)