Skip to content

Commit ffb2ee5

Browse files
committed
fix: image not showing on zodiac
1 parent e752069 commit ffb2ee5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/HomePageComponents/Section1.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Section1: React.FC = () => {
4848
}}
4949
>
5050
<img
51-
src="/3Dgraph.png"
51+
src="3Dgraph.png"
5252
alt="3d_graph"
5353
width="30%"
5454
height="auto"

src/components/HomePageComponents/Section3.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Section3: React.FC = () => {
4040
> */}
4141
<img
4242
// src="/verticalcards.png"
43-
src="/diagonalcards.png"
43+
src="diagonalcards.png"
4444
alt="rendering feature info cards"
4545
style={{
4646
width: "80%",

src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Home: React.FC = () => {
9696
}}
9797
>
9898
<img
99-
src="/workflow.png"
99+
src="workflow.png"
100100
alt="workflow of the website"
101101
style={{
102102
width: "90%",

0 commit comments

Comments
 (0)