File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/HomePageComponents Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ type Tile = {
1414
1515const tiles : Tile [ ] = [
1616 {
17- src : `${ process . env . PUBLIC_URL } /img/mesh.png` ,
17+ src : `${ process . env . PUBLIC_URL } /img/section3/ mesh.png` ,
1818 // src: "/img/section3/mesh.png",
1919 alt : "Brain mesh" ,
2020 video : "https://neurojson.io/io/download/static/videos/preview_mesh.mp4" ,
2121 } ,
2222 {
23- src : `${ process . env . PUBLIC_URL } /img/fnirs.png` ,
23+ src : `${ process . env . PUBLIC_URL } /img/section3/ fnirs.png` ,
2424 // src: "/img/section3/fnirs.png",
2525 alt : "fNIRS signals" ,
2626 video : "https://neurojson.io/io/download/static/videos/preview_fnirs.mp4" ,
2727 } ,
2828 {
29- src : `${ process . env . PUBLIC_URL } /img/altlas.png` ,
29+ src : `${ process . env . PUBLIC_URL } /img/section3/ altlas.png` ,
3030 // src: "/img/section3/altlas.png",
3131 alt : "altlas" ,
3232 video : "https://neurojson.io/io/download/static/videos/preview_altlas.mp4" ,
3333 } ,
3434 {
35- src : `${ process . env . PUBLIC_URL } /img/mri.png` ,
35+ src : `${ process . env . PUBLIC_URL } /img/section3/ mri.png` ,
3636 // src: "/img/section3/mri.png",
3737 alt : "mri" ,
3838 video : "https://neurojson.io/io/download/static/videos/preview_mri.mp4" ,
You can’t perform that action at this time.
0 commit comments