Skip to content

Commit fa2ad8c

Browse files
committed
feat: add new workflow img to section4; #50
1 parent 5f604b9 commit fa2ad8c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/img/section4_workflow.png

2.85 MB
Loading

public/img/workflow.png

-1.63 MB
Binary file not shown.

src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const Home: React.FC = () => {
133133
}}
134134
>
135135
<img
136-
src={`${process.env.PUBLIC_URL}/img/workflow.png`}
136+
src={`${process.env.PUBLIC_URL}/img/section4_workflow.png`}
137137
alt="workflow of the website"
138138
style={{
139139
width: "90%",

0 commit comments

Comments
 (0)