Skip to content

Commit ce394c1

Browse files
committed
landing page section1 img path testing
1 parent 3e34ed3 commit ce394c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/HomePageComponents/Section1.tsx

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

0 commit comments

Comments
 (0)