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 fc9a0ec commit af01303Copy full SHA for af01303
public/img/section3/altlas.png
-66 KB
public/img/section3/atlas.png
65.2 KB
src/components/HomePageComponents/Section3.tsx
@@ -26,10 +26,10 @@ const tiles: Tile[] = [
26
video: "https://neurojson.io/io/download/static/videos/preview_fnirs.mp4",
27
},
28
{
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",
+ src: `${process.env.PUBLIC_URL}/img/section3/atlas.png`,
+ // src: "/img/section3/atlas.png",
+ alt: "atlas",
+ video: "https://neurojson.io/io/download/static/videos/preview_atlas.mp4",
33
34
35
src: `${process.env.PUBLIC_URL}/img/section3/mri.png`,
0 commit comments