Skip to content

Commit 97733f3

Browse files
committed
fix: fix the broken path of images on the landing page; refs #50
1 parent ce394c1 commit 97733f3

File tree

11 files changed

+3
-5
lines changed

11 files changed

+3
-5
lines changed

public/3DgraphGray.png

-85.8 KB
Binary file not shown.

public/3d_mesh.png

-880 KB
Binary file not shown.

public/meshandvolume.png

-1.3 MB
Binary file not shown.

src/components/HomePageComponents/Section1.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ const Section1: React.FC = () => {
4848
}}
4949
>
5050
<img
51-
// src="./3Dgraph.png"
52-
src={`${process.env.PUBLIC_URL}/3Dgraph.png`}
51+
src={`${process.env.PUBLIC_URL}/img/3d_graph_logo.png`}
5352
alt="3d_graph"
5453
width="30%"
5554
height="auto"

src/components/HomePageComponents/Section3.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ const Section3: React.FC = () => {
3939
}}
4040
> */}
4141
<img
42-
// src="/verticalcards.png"
43-
src="./diagonalcards.png"
42+
src={`${process.env.PUBLIC_URL}/img/3cards_diagonal.png`}
4443
alt="rendering feature info cards"
4544
style={{
4645
width: "80%",

0 commit comments

Comments
 (0)